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 4, 2021
1 parent 623d6d6 commit 69ec8ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
brew update
brew install google-chrome
- name: Install macOS SDK
run: |
xcode-select --print-path
xcrun --show-sdk-version
ls -l /Library/Developer/CommandLineTools/SDKs/
- name: Test
run: |
./gradlew -p wire-library build
Expand Down

0 comments on commit 69ec8ec

Please sign in to comment.