Skip to content

Commit

Permalink
Add dumb workaround found at actions/runner-images#2557
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 23, 2021
1 parent 8952118 commit 3ad89d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- run: |
xcode-select -s "/Applications/Xcode_12.3.app"
rm -Rf /Library/Developer/CommandLineTools/SDKs/*
- name: Build
env:
LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib:$LIBRARY_PATH
Expand Down

0 comments on commit 3ad89d3

Please sign in to comment.