mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-07-04 07:01:13 +08:00
Setup bazel in workflow
This commit is contained in:
parent
45bf24f8ea
commit
053a1d8290
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -56,7 +56,11 @@ jobs:
|
||||
opencppcoverage: true
|
||||
|
||||
- name: "Install Bazel"
|
||||
uses: bazelbuild/setup-bazel@v5
|
||||
uses: bazel-contrib/setup-bazel@0.14.0
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
disk-cache: ${{ github.workflow }}
|
||||
repository-cache: true
|
||||
|
||||
- name: "Tests with Bazel"
|
||||
run: bazel run test
|
||||
|
Loading…
Reference in New Issue
Block a user