Skip to content

Commit cf92cd9

Browse files
Setup ruby to build ci matrix
to use Bundler in rbwasm command
1 parent 09b4087 commit cf92cd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
entries: ${{ steps.set-matrix.outputs.entries }}
7676
steps:
7777
- uses: actions/checkout@v4
78+
- uses: ruby/setup-ruby@v1
79+
with:
80+
ruby-version: "3.2"
81+
bundler-cache: true
7882
- run: rake ci:pin_build_manifest
7983
env:
8084
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)