Skip to content

Commit

Permalink
Setup ruby to build ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 3, 2024
1 parent 09b4087 commit e9f5f6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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: false
- run: rake ci:pin_build_manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion tasks/packaging.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tools = {

def npm_pkg_build_command(pkg)
[
"bundle", "exec", "rbwasm",
"bundle", "exec", "exe/rbwasm",
"build",
"--ruby-version", pkg[:ruby_version],
"--target", pkg[:target],
Expand Down

0 comments on commit e9f5f6c

Please sign in to comment.