Skip to content

Commit

Permalink
Merge pull request #749 from PecanProject/update-setup-ruby
Browse files Browse the repository at this point in the history
Update ci.yml to fix broken build
  • Loading branch information
robkooper authored Mar 28, 2023
2 parents e4cc9e0 + c42896d commit 9af4b61
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 @@ -40,7 +40,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install libraries
Expand Down

0 comments on commit 9af4b61

Please sign in to comment.