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 aa66d49 commit 6e024d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: BugSplat-Git/my-ubuntu-crasher
path: my-ubuntu-crasher
Expand All @@ -33,14 +33,6 @@ 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 i -g @mapbox/node-pre-gyp
npm i -g node-dump-syms
- name: Upload Symbols
uses: BugSplat-Git/symbol-upload@main
with:
Expand Down

0 comments on commit 6e024d5

Please sign in to comment.