Skip to content

Commit

Permalink
Install Ruby in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Aug 29, 2024
1 parent 303f77b commit 225ff1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
env:
CC: clang
CXX: clang++
BUNDLE_GEMFILE: ${{ github.workspace }}/implementations/json_schemer/Gemfile
steps:
- uses: actions/checkout@v4
- name: Install uv
run: pipx install uv
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.5'
bundler-cache: true

- run: make
- run: cat dist/report.csv
Expand Down

0 comments on commit 225ff1a

Please sign in to comment.