Skip to content

Commit

Permalink
Update example-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm authored Dec 10, 2024
1 parent 0362574 commit 43a26a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Bundle Update
run: gem install bundler:1.17.2
- name: Set Default Scheme
run: gem install bundler:2.5.23
- name: Pod version
run: pod --version
- name: Pod install
working-directory: ./example
run: pod install
- name: Build
Expand Down

0 comments on commit 43a26a8

Please sign in to comment.