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 3f83fbc commit 49c101a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
bash attachment.sh
ls $PROJECT_DIR/out
# TODO BG try and remove this when node-dump-syms goes to 10.
# 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 @bugsplat/node-dump-syms

- name: Upload Symbols
uses: BugSplat-Git/symbol-upload@d9ec6410f7230e35997a79ad8690bbf111cc6fcb
with:
Expand Down

0 comments on commit 49c101a

Please sign in to comment.