Update workflow

This commit is contained in:
ArthurSonzogni 2025-04-24 14:34:13 +02:00
parent d6006d3475
commit dad4a67fcb
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 8 additions and 4 deletions

View File

@ -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 ...

View File

@ -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.