Skip to content

Commit e857964

Browse files
authored
Update precommit.yml
1 parent 447f95e commit e857964

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/precommit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ jobs:
4949
if: matrix.os == 'macos-13'
5050
run: sudo -H pip3 install numpy packaging
5151

52+
- name: show bazel setup
53+
run: |
54+
bazel --version
55+
USE_BAZEL_VERSION=6.5.0 bazel --version
56+
export USE_BAZEL_VERSION=6.5.0
57+
bazel --version
58+
59+
- name: show bazel setup
60+
run: |
61+
bazel --version
62+
5263
- name: build-lua5.1
5364
run: |
5465
bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...

0 commit comments

Comments
 (0)