Skip to content

Commit

Permalink
Debugging macOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Jan 6, 2021
1 parent 3588e6f commit 14a53ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
brew update
brew install google-chrome
# See https://github.com/square/wire/issues/1875
- name: Use Xcode 12.0 for swift tests
run: sudo xcode-select -switch "/Applications/Xcode_12.app"

- name: Test
run: |
./gradlew -p wire-library build
Expand Down

0 comments on commit 14a53ef

Please sign in to comment.