build system: use env var for bazel version in CI (#1098)
This commit is contained in:
1
.bazeliskrc
Normal file
1
.bazeliskrc
Normal file
@@ -0,0 +1 @@
|
||||
USE_BAZEL_VERSION=6.x
|
||||
@@ -1 +0,0 @@
|
||||
6.3.2
|
||||
2
.github/workflows/bazel.yml
vendored
2
.github/workflows/bazel.yml
vendored
@@ -16,3 +16,5 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- run: bazelisk test --config=ci ...
|
||||
working-directory: test
|
||||
env:
|
||||
USE_BAZEL_VERSION: 6.x
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# SEE MODULE.bazel
|
||||
|
||||
Reference in New Issue
Block a user