Skip to content

Commit

Permalink
Fix setup ruby in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Nov 18, 2020
1 parent 06bb3ff commit 8a58e32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https:/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7.1
- name: Install dependencies
run: bundle install
- name: Set up cardano-wallet & cardano-node on Shelley testnet
Expand Down

0 comments on commit 8a58e32

Please sign in to comment.