Skip to content

Commit

Permalink
Use cached ruby version – no need to install the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 24, 2023
1 parent fefa07f commit 0fc13a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
name: Pod Lint
runs-on: macos-13
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -33,9 +30,6 @@ jobs:
]
fail-fast: false
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -53,9 +47,6 @@ jobs:
name: Swift Build Xcode 14
runs-on: macos-13
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.0.6

0 comments on commit 0fc13a4

Please sign in to comment.