From 01cf3e66a6f9d5a8434b55f21636a37db1c19640 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:59:20 -0700 Subject: [PATCH] fix: disable maximize_build_space to ensure build deps are available --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ad6a34..570a0e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,9 +145,9 @@ jobs: - name: Build secureblue uses: blue-build/github-action@v1.6.1 with: - cli_version: v0.8.11 + cli_version: v0.8.12 recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} - maximize_build_space: true + maximize_build_space: false