Skip to content

Commit

Permalink
Try without xcode-select
Browse files Browse the repository at this point in the history
Supposedly the XCode version installed in GitHub Actions is 12.4, so
xcode-select actually downgrades us to 12.3, which doesn't seem
necessary.
  • Loading branch information
CryZe committed Mar 17, 2021
1 parent c009b10 commit 572bdfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,13 +614,6 @@ jobs:
run: sh .github/workflows/install.sh
env:
OS_NAME: ${{ matrix.os }}
TARGET: ${{ matrix.target }}

- name: Select XCode to use
if: matrix.target == 'aarch64-apple-darwin'
run: |
sudo xcode-select -s "/Applications/Xcode_12.3.app"
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*

- name: Build Static Library
run: sh .github/workflows/build_static.sh
Expand Down

0 comments on commit 572bdfc

Please sign in to comment.