Skip to content

Commit

Permalink
Add ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 25, 2024
1 parent 7970eb9 commit 251b926
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ jobs:
run: |
cargo run --release --bin language-tests setup
- name: Install Ruby
if: matrix.language == 'ruby'
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
with:
ruby-version: '3.2' # Not needed with a .ruby-version file

- name: Run language tests
run: |
cd $GITHUB_WORKSPACE/languages/${{ matrix.language }}
Expand Down

0 comments on commit 251b926

Please sign in to comment.