mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 08:01:13 +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"
|
||||
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
|
||||
- name: Clean Bazel cache 1
|
||||
- name: Clean Bazel cache
|
||||
run: bazel clean --expunge
|
||||
|
||||
- name: "Build with Bazel"
|
||||
|
Loading…
Reference in New Issue
Block a user