bazel(ci): fix workflows

* Fix almalinux and rockylinux
* Fix debian
* Fix opensuse job
* Fix macos bazel workfow
This commit is contained in:
Mizux Seiha
2024-07-19 01:09:37 +02:00
committed by Corentin Le Molgat
parent 85c64a815f
commit 5a564738aa
5 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ jobs:
run: python --version
- name: Check Bazel
run: bazel version
- name: Change Python in WORKSPACE
run: >
sed
-i ''
-e 's/\(DEFAULT_PYTHON =\) "3.[0-9]*"/\1 "${{ matrix.python.version }}"/g'
WORKSPACE
- name: Build
run: >
bazel build