mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-25 00:52:09 +08:00
Update workflow
This commit is contained in:
parent
d6006d3475
commit
dad4a67fcb
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -49,9 +49,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:
|
with:
|
||||||
bazelisk-cache: true
|
bazelisk-cache: false
|
||||||
disk-cache: ${{ github.workflow }}
|
disk-cache: ${{ github.workflow }}
|
||||||
repository-cache: true
|
repository-cache: false
|
||||||
|
|
||||||
- name: "Build with Bazel"
|
- name: "Build with Bazel"
|
||||||
run: bazel build ...
|
run: bazel build ...
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Development
|
Next release (2025-04-01)
|
||||||
-----------
|
-------------------------
|
||||||
|
|
||||||
|
### Build
|
||||||
|
- Feature: Support `bazel`. See #1032. Proposed by @kcc.
|
||||||
|
|
||||||
### Component
|
### Component
|
||||||
- Bugfix: Fix a crash with ResizeableSplit. See #1023.
|
- Bugfix: Fix a crash with ResizeableSplit. See #1023.
|
||||||
- Clamp screen size to terminal size.
|
- Clamp screen size to terminal size.
|
||||||
|
Loading…
Reference in New Issue
Block a user