Skip to content

Commit 2210bca

Browse files
committed
try to upgrade Ruby
1 parent ea4508b commit 2210bca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
java-version: 11
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: '2.6'
19+
ruby-version: '3.0'
2020
- name: Install jekyll
21-
run: |
22-
gem install ffi -v 1.17.0
23-
gem install jekyll -v 4.0.0
21+
run: gem install jekyll -v 4.0.0
2422
- name: Install GPG
2523
uses: olafurpg/setup-gpg@v3
2624
- name: Compile

0 commit comments

Comments
 (0)