Skip to content

Commit

Permalink
Try to use ruby 2.7 for CI (#1101)
Browse files Browse the repository at this point in the history
* Try to use ruby 2.7 for CI

* try to actually read the error message
  • Loading branch information
johnynek authored Jan 30, 2023
1 parent 0af53c2 commit b2bcf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Ruby setup
uses: actions/setup-ruby@v1.1.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: |
Expand Down

0 comments on commit b2bcf8a

Please sign in to comment.