Skip to content

Commit

Permalink
Run checkout before setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 30, 2024
1 parent c3ca02e commit 5ea700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
runs-on: macos-14
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
Expand All @@ -258,7 +259,6 @@ jobs:
ruby-version: '3.3'
bundler-cache: true
working-directory: 'app/ios'
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
Expand Down

0 comments on commit 5ea700a

Please sign in to comment.