mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
update ruby version for appcast action
This commit is contained in:
parent
4acd676f69
commit
dede435725
1 changed files with 4 additions and 4 deletions
8
.github/workflows/appcast.yml
vendored
8
.github/workflows/appcast.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-gems-
|
||||
|
||||
# - name: Setup Ruby, JRuby and TruffleRuby
|
||||
# uses: ruby/setup-ruby@v1.165.1
|
||||
# with:
|
||||
# ruby-version: '3.0'
|
||||
- name: Setup Ruby, JRuby and TruffleRuby
|
||||
uses: ruby/setup-ruby@v1.165.1
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
|
||||
- name: Bundler 💎
|
||||
working-directory: AppCast
|
||||
|
|
|
|||
Loading…
Reference in a new issue