Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Dec 21, 2023
1 parent 3068ce5 commit d16ee5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Install libsodium (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y libsodium-dev
- name: Update XCode version
if: runner.os == 'macOS'
# https://github.com/actions/virtual-environments/issues/2557
run: |
sudo xcode-select -s "/Applications/Xcode_12.5.app" || sudo xcode-select -s "/Applications/Xcode_12.3.app" || ( ls /Applications; exit 1 )
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
- name: Run tests
run: ./mill -i __.test
- name: Build and publish locally
Expand Down

0 comments on commit d16ee5f

Please sign in to comment.