Skip to content

Commit

Permalink
Properly install ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 30, 2024
1 parent a603566 commit f0d1c0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,10 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Install xcodes
run: brew install xcodesorg/made/xcodes
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f0d1c0b

Please sign in to comment.