mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
Update workflow file.
This commit is contained in:
parent
dad4a67fcb
commit
8feac77d8c
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -24,12 +24,10 @@ jobs:
|
|||||||
- name: Linux Clang
|
- name: Linux Clang
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
compiler: llvm
|
compiler: llvm
|
||||||
gcov_executable: "llvm-cov gcov"
|
|
||||||
|
|
||||||
- name: MacOS clang
|
- name: MacOS clang
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
compiler: llvm
|
compiler: llvm
|
||||||
gcov_executable: "llvm-cov gcov"
|
|
||||||
|
|
||||||
- name: Windows MSVC
|
- name: Windows MSVC
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
@ -53,6 +51,14 @@ jobs:
|
|||||||
disk-cache: ${{ github.workflow }}
|
disk-cache: ${{ github.workflow }}
|
||||||
repository-cache: false
|
repository-cache: false
|
||||||
|
|
||||||
|
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
||||||
|
- Clean Bazel cache 1
|
||||||
|
run: bazel clean --expunge
|
||||||
|
|
||||||
|
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
||||||
|
- Clean Bazel cache 2
|
||||||
|
run: bazel fetch --configure --force
|
||||||
|
|
||||||
- name: "Build with Bazel"
|
- name: "Build with Bazel"
|
||||||
run: bazel build ...
|
run: bazel build ...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user