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.
1 parent f6b87d7 commit b172b20Copy full SHA for b172b20
.github/workflows/ci.yml
@@ -6,15 +6,13 @@ on:
6
7
jobs:
8
build:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Install automake
13
- run: sudo apt-get install automake
14
- name: Setup Ruby
15
uses: ruby/[email protected]
16
with:
17
- ruby-version: 2.5
+ ruby-version: 2.6
18
- name: Bundle path
19
run: |
20
bundle config path .vendor/bundle
0 commit comments