mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-26 01:21:12 +08:00
Update workflow
This commit is contained in:
parent
fd5e5c77e5
commit
1d7d84c155
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -46,13 +46,9 @@ jobs:
|
|||||||
|
|
||||||
- name: "Install Bazel"
|
- name: "Install Bazel"
|
||||||
uses: bazel-contrib/setup-bazel@0.14.0
|
uses: bazel-contrib/setup-bazel@0.14.0
|
||||||
with:
|
|
||||||
bazelisk-cache: false
|
|
||||||
disk-cache: ${{ github.workflow }}
|
|
||||||
repository-cache: false
|
|
||||||
|
|
||||||
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
||||||
- name: Clean Bazel cache 1
|
- name: Clean Bazel cache
|
||||||
run: bazel clean --expunge
|
run: bazel clean --expunge
|
||||||
|
|
||||||
- name: "Build with Bazel"
|
- name: "Build with Bazel"
|
||||||
|
Loading…
Reference in New Issue
Block a user