From dfd177f3d1e84eb57fc1e2f64362b544a19f73d5 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 4 May 2023 08:40:31 +0200 Subject: [PATCH] Update ci-builds.yml --- .github/workflows/ci-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 5166b9f68..23a32f3ec 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -47,7 +47,7 @@ jobs: - name: Cache build id: cache - if: ${{ matrix.dist == '-tap' }} + if: ${{ matrix.type == '-tap' }} uses: actions/cache@v3 with: # key: ${{ github.workflow }}_${{ matrix.dist }}${{ matrix.type }}_${{ env.GIT_VERSION }}