We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdd067 commit d5e2ca4Copy full SHA for d5e2ca4
.github/workflows/ci.yml
@@ -27,11 +27,9 @@ jobs:
27
sudo add-apt-repository ppa:kisak/turtle &&
28
sudo apt update &&
29
sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa libglew-dev libglu1-mesa-dev libosmesa6 libxi-dev mesa-utils pkg-config
30
- - run: npm ci
+ - run: npm ci --ignore-scripts
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- npm_config_build_from_source: true
34
- # npm_config_build_from_source is used to force npm post install scripts to build native modules from source instead of downloading prebuilt binaries.
35
- run: npm run build --if-present
36
- if: runner.os == 'Linux'
37
run: xvfb-run glxinfo
0 commit comments