Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Sep 12, 2024
1 parent e41209d commit 4458325
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 not sure why this is required, but after fiddling with node-pre-gyp for a while I can't get it to work without this
- name: Install node-dump-syms
if: runner.os == 'Linux'
run: |
npm i -g node-dump-syms
- name: Upload Symbols
uses: BugSplat-Git/symbol-upload@b488976f0946ee3f79f3d231fdc74d305da69b97
with:
Expand Down

0 comments on commit 4458325

Please sign in to comment.