Skip to content

Commit

Permalink
Setup ruby to build ci matrix
Browse files Browse the repository at this point in the history
to use Bundler in rbwasm command
  • Loading branch information
kateinoigakukun committed Jan 3, 2024
1 parent 09b4087 commit cf92cd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
entries: ${{ steps.set-matrix.outputs.entries }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- run: rake ci:pin_build_manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cf92cd9

Please sign in to comment.