Skip to content

Commit

Permalink
No need to 'bundle install'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Nov 24, 2023
1 parent e6fff16 commit 6d8fa5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer
- name: Build and Test Framework
Expand All @@ -37,8 +35,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer
- name: Build and Test Framework
Expand Down

0 comments on commit 6d8fa5c

Please sign in to comment.