Skip to content

Commit

Permalink
chore: sudo select
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 8, 2024
1 parent bec60b4 commit 0a54ef5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup XCode
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcodebuild -version -sdk
- name: Install asdf
uses: asdf-vm/actions/setup@v3

Expand Down Expand Up @@ -98,7 +103,7 @@ jobs:

- name: Setup XCode
run: |
xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcodebuild -version -sdk
- name: Install Erlang and Elixir
Expand Down

0 comments on commit 0a54ef5

Please sign in to comment.