Updated npm packages in GitHub workflow

npm dump-syms installation can fallback to source building. This has a dependency on pre-gyp to grab cargo.
master
Beq 2024-09-03 13:43:06 +01:00
parent 46677f3877
commit 85b07d8817
1 changed files with 3 additions and 1 deletions

View File

@ -306,7 +306,9 @@ jobs:
echo "viewer_release_type=${{ env.FS_RELEASE_TYPE }}" >> "$GITHUB_OUTPUT"
- name: Install node-dump-syms
if: runner.os == 'Linux'
run: npm install -g node-dump-syms
run: |
npm install -g node-pre-gyp
npm install -g node-dump-syms
- name: Post Bugsplat Symbols
uses: beqjanus/symbol-upload@main
with: