From 4d74a891146eac97683751513fc98d2022dc0091 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Fri, 18 Oct 2024 01:49:31 -0300 Subject: [PATCH] Update build workflow --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f990bab..a982f15 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -78,7 +78,7 @@ jobs: - name: Prepare caching run: | pixi run make build --dry-run ${{ env.MAKE_VARS }} > make_build.txt - - name: Restore cached build or deps + - name: Restore cached build id: cache uses: actions/cache/restore@v4 with: