We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruby-version
version
1 parent 4e9f0ea commit 0ae6955Copy full SHA for 0ae6955
.github/workflows/ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Ruby
14
uses: actions/setup-ruby@v1
15
with:
16
- version: ${{ matrix.ruby }}
+ ruby-version: ${{ matrix.ruby }}
17
- name: Install dependencies
18
run: |
19
gem install bundler --no-document
.github/workflows/windows.yml
- name: Set up Bundler
run: gem install bundler --no-document
0 commit comments