Skip to content

Commit

Permalink
Add ruby/setup-ruby step
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed May 2, 2024
1 parent aa10b3e commit 5120a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Generate definitions
run: rake build
Expand Down

0 comments on commit 5120a6c

Please sign in to comment.