Skip to content

Commit 05808e4

Browse files
committed
Align steam-api native CI installs
1 parent 70055b6 commit 05808e4

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
key: steamworks-sdk-${{ secrets.STEAM_SDK_GZ_SHA }}
113113

114114
- name: Install Modules
115-
run: npm ci --ignore-scripts
115+
run: npm ci
116116

117117
- name: Build Current Binary
118118
run: npm run build:rebuild

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ jobs:
7373
key: steamworks-sdk-${{ secrets.STEAM_SDK_GZ_SHA }}
7474

7575
- name: Install Modules
76-
run: npm ci --ignore-scripts
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); })"
76+
run: npm ci
8277

8378
- name: Build Current Binary
8479
run: npm run build:rebuild

0 commit comments

Comments
 (0)