Skip to content

Commit 9b66b59

Browse files
committed
actions/setup-ruby does not have 2.6 yet
1 parent 566bd59 commit 9b66b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
6666
# Build
6767
- uses: actions/checkout@v2
68-
- uses: actions/setup-ruby@v1
68+
- uses: ruby/setup-ruby@v1
6969
with:
70-
ruby-version: '2.6.x'
70+
ruby-version: 2.6
7171
- name: Download latest jruby nightly archive
7272
shell: bash
7373
run: |

0 commit comments

Comments
 (0)