Skip to content

Commit

Permalink
Update precommit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 12, 2024
1 parent 447f95e commit e857964
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ jobs:
if: matrix.os == 'macos-13'
run: sudo -H pip3 install numpy packaging

- name: show bazel setup
run: |
bazel --version
USE_BAZEL_VERSION=6.5.0 bazel --version
export USE_BAZEL_VERSION=6.5.0
bazel --version
- name: show bazel setup
run: |
bazel --version
- name: build-lua5.1
run: |
bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
Expand Down

0 comments on commit e857964

Please sign in to comment.