Skip to content

Commit

Permalink
chore: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Sep 12, 2024
1 parent 1ff1509 commit bc03b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
# I think this is needed because node-pre-gyp is not a dev dependency in 9.2.2.
- name: Install node-dump-syms
if: runner.os == 'Linux'
run: npm install -g node-dump-syms
run: |
npm i -g @mapbox/node-pre-gyp
npm i -g node-dump-syms
- name: Upload Symbols
uses: BugSplat-Git/symbol-upload@d9ec6410f7230e35997a79ad8690bbf111cc6fcb
Expand Down

0 comments on commit bc03b1f

Please sign in to comment.