mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 08:01:13 +08:00
Update bazel workflow.
This commit is contained in:
parent
c8a14f5d70
commit
fd5e5c77e5
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -55,10 +55,6 @@ jobs:
|
||||
- name: Clean Bazel cache 1
|
||||
run: bazel clean --expunge
|
||||
|
||||
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
||||
- name: Clean Bazel cache 2
|
||||
run: bazel fetch --configure --force
|
||||
|
||||
- name: "Build with Bazel"
|
||||
run: bazel build ...
|
||||
|
||||
|
@ -2,9 +2,8 @@
|
||||
module(name = "ftxui", version = "6.0.3")
|
||||
|
||||
# Build deps.
|
||||
bazel_dep(name = "rules_cc", version = "0.0.17")
|
||||
bazel_dep(name = "platforms", version = "0.0.10")
|
||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||
bazel_dep(name = "platforms", version = "0.0.11")
|
||||
|
||||
# Test deps.
|
||||
bazel_dep(name = "googletest", version = "1.15.2")
|
||||
bazel_dep(name = "googletest", version = "1.16.0.bcr.1")
|
||||
|
Loading…
Reference in New Issue
Block a user