Skip to content

Commit

Permalink
ci: update setup-bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 24, 2023
1 parent 70c3e7f commit 769bc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: examples/gem
steps:
- uses: actions/checkout@v4
- uses: p0deje/setup-bazel@0.1.0
- uses: p0deje/setup-bazel@0.3.0
- run: echo 'RUBY_VERSION = "${{ matrix.ruby }}"' > ruby_version.bzl
- run: bazel test //...
- run: bazel run lib/gem:add-numbers 2
Expand All @@ -64,7 +64,7 @@ jobs:
working-directory: examples/gem
steps:
- uses: actions/checkout@v4
- uses: p0deje/setup-bazel@0.1.0
- uses: p0deje/setup-bazel@0.3.0
with:
bazelrc: common --enable_bzlmod
- run: bazel test //...
Expand Down

0 comments on commit 769bc17

Please sign in to comment.