Skip to content

Commit

Permalink
Merge pull request #3163 from input-output-hk/td/fix-build
Browse files Browse the repository at this point in the history
Update ruby version in github actions, in order to fix the build
  • Loading branch information
lehins committed Nov 21, 2022
2 parents 8b6f8e1 + 441d117 commit dc5331f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: Install cbor-diag and cddl
run: |
Expand Down

0 comments on commit dc5331f

Please sign in to comment.