Skip to content

Commit

Permalink
rework lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Nov 10, 2024
1 parent f2d4d54 commit ceeeff4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [1.70.0, stable, beta, nightly]
rust: [stable, beta, nightly]

steps:
- name: Checkout repository
Expand All @@ -44,6 +44,15 @@ jobs:
ruby-version: '3.1'
msys2: true

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

# Install Strawberry Perl
- name: Install Strawberry Perl
if: runner.os == 'Windows'
Expand Down

0 comments on commit ceeeff4

Please sign in to comment.