We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16e31e commit 6eb0945Copy full SHA for 6eb0945
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
26
libglew-dev libglu1-mesa-dev libosmesa6
27
libxi-dev mesa-utils pkg-config
28
- run: npm ci
29
+ env:
30
+ npm_config_build_from_source: true
31
+ # npm_config_build_from_source is used to force npm post install scripts to build native modules from source instead of downloading prebuilt binaries.
32
- run: npm run build --if-present
33
- if: runner.os == 'Linux'
34
run: xvfb-run npm test
0 commit comments