Skip to content

Commit

Permalink
Update bcny-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored Nov 28, 2023
1 parent 281fbfe commit 7458d03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
host_arch: amd64
arch: ${{ matrix.arch }}

- name: Workaround for ARM64
if: matrix.arch == 'arm64'
run: git submodule update --remote third_party/zlib
- name: Build Workaround
run: |
git fetch pull/92/head
git cherry-pick FETCH_HEAD
working-directory: external/crashpad

- name: Configure Sentry
Expand Down

0 comments on commit 7458d03

Please sign in to comment.