Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Oct 18, 2024
1 parent fc825a3 commit 6df9fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
ruby-version: '3.1'
msys2: true

- name: Set up Ruby on Ubuntu
- name: Install Ruby on Ubuntu
if: runner.os == 'Ubuntu'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Setup Ruby
run: sudo ln -s "$(which ruby)" /usr/bin/ruby3.2

- name: Install pre-commit dependencies
Expand Down

0 comments on commit 6df9fc4

Please sign in to comment.