Skip to content

Commit

Permalink
another go at fixing github workflow test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RettBehrens committed Dec 5, 2022
1 parent e96ab4c commit 9e485cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Build and run tests
Expand Down

0 comments on commit 9e485cd

Please sign in to comment.