Downgrade ruby for setup-ruby action
This commit is contained in:
parent
4728282716
commit
03fc100531
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.6.5'
|
||||
ruby-version: '2.6.x'
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install --jobs 4 --retry 3
|
||||
|
Loading…
Reference in New Issue
Block a user