diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ceaf235a..177da905 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 ... diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8f7af0..1a55b8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.