Skip to content

Commit 36abda5

Browse files
committed
change ruby version to 3.1, comment cach block
1 parent bafc019 commit 36abda5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-check-tutorial-site.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Ruby
13-
uses: ruby/setup-ruby@v1.64.1
13+
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 2.7
16-
- name: Cache Ruby deps
17-
uses: actions/cache@v2
18-
with:
19-
path: vendor/bundle
20-
key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
21-
restore-keys: |
22-
ruby-deps-
15+
ruby-version: 3.1
16+
# - name: Cache Ruby deps
17+
# uses: actions/cache@v2
18+
# with:
19+
# path: vendor/bundle
20+
# key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
21+
# restore-keys: |
22+
# ruby-deps-
2323
- name: Ruby deps
2424
run: gem install json kramdown jekyll bundler
2525
- name: Setup Python

0 commit comments

Comments
 (0)