Skip to content

Commit

Permalink
chore: explore xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 8, 2024
1 parent 1dee508 commit 2170f0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
- name: Install asdf
uses: asdf-vm/actions/setup@v3

- name: Show current version of Xcode
run: xcodebuild -version

- name: List available Xcode versions
run: ls /Applications | grep Xcode

- name: Install Erlang and Elixir
run: |
asdf plugin add erlang
Expand Down

0 comments on commit 2170f0c

Please sign in to comment.