mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +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"
|
||||
uses: bazel-contrib/setup-bazel@0.14.0
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
bazelisk-cache: false
|
||||
disk-cache: ${{ github.workflow }}
|
||||
repository-cache: true
|
||||
repository-cache: false
|
||||
|
||||
- name: "Build with Bazel"
|
||||
run: bazel build ...
|
||||
|
@ -1,8 +1,12 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Development
|
||||
-----------
|
||||
Next release (2025-04-01)
|
||||
-------------------------
|
||||
|
||||
### Build
|
||||
- Feature: Support `bazel`. See #1032. Proposed by @kcc.
|
||||
|
||||
### Component
|
||||
- Bugfix: Fix a crash with ResizeableSplit. See #1023.
|
||||
- Clamp screen size to terminal size.
|
||||
|
Loading…
Reference in New Issue
Block a user