There was an error while loading. Please reload this page.
1 parent 70055b6 commit 05808e4Copy full SHA for 05808e4
2 files changed
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
key: steamworks-sdk-${{ secrets.STEAM_SDK_GZ_SHA }}
113
114
- name: Install Modules
115
- run: npm ci --ignore-scripts
+ run: npm ci
116
117
- name: Build Current Binary
118
run: npm run build:rebuild
.github/workflows/test.yml
@@ -73,12 +73,7 @@ jobs:
73
74
75
76
77
-
78
- - name: Install Segfault Binary
79
- run: |
80
- cd node_modules/@node-3d/segfault
81
- node -e "import('@node-3d/addon-tools').then((m) => m.install('https://github.com/node-3d/segfault/releases/download/4.0.0')).then((ok) => { if (!ok) process.exit(1); })"
82
83
84
0 commit comments