Skip to content

Commit

Permalink
mac: checkout instead of branch
Browse files Browse the repository at this point in the history
I guess Google git doesn't support this...
  • Loading branch information
itsmattkc committed May 1, 2023
1 parent 82afab9 commit fbea62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
shell: bash
working-directory: ${{ runner.workspace }}
run: |
git clone --depth 1 --branch 652e7dac80f7a97c69818b928830850bfd1cf0f8 https://chromium.googlesource.com/breakpad/breakpad
git clone https://chromium.googlesource.com/breakpad/breakpad
cd breakpad
git checkout 652e7dac80f7a97c69818b928830850bfd1cf0f8
if [ "${{ matrix.arch }}" == "arm64" ]
then
Expand Down

0 comments on commit fbea62e

Please sign in to comment.