Skip to content

Commit

Permalink
Another potential fix for making m1 builds work
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanugoel committed Jun 15, 2021
1 parent d525172 commit 5336391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
if [[ ${{ matrix.job.target }} == aarch64-apple-darwin ]]; then
rustup target add aarch64-apple-darwin
sudo xcode-select -s /Applications/Xcode_12.4.app && sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
fi
if [[ ${{ matrix.job.os }} == ubuntu-latest ]]; then
sudo apt update
Expand Down

0 comments on commit 5336391

Please sign in to comment.