Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jul 7, 2023
1 parent eb55cc7 commit 13f02cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: 18.x
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
working-directory: example
bundler-cache: true
- name: Install dependencies
Expand All @@ -48,6 +49,7 @@ jobs:
node-version: 18.x
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
working-directory: example
bundler-cache: true
- name: Install dependencies
Expand Down

0 comments on commit 13f02cb

Please sign in to comment.