Skip to content

Commit

Permalink
Update bcny-ci,yml
Browse files Browse the repository at this point in the history
Tweak the workaround step
  • Loading branch information
compnerd authored Nov 22, 2023
1 parent a29aa6f commit 4df9048
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
arch: ${{ matrix.arch }}

- name: Workaround for ARM64
if: ${{ matrix.arch }} == 'arm64'
run: git submodule update --remote external/crashpad/third_party/zlib
if: matrix.arch == 'arm64'
run: git submodule update --remote third_party/zlib
working-directory: external/crashpad

- name: Configure Sentry
run: >
Expand Down

0 comments on commit 4df9048

Please sign in to comment.