From ec815ed479c6b8060c19e62051985e4e09c6cf21 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 4 Sep 2024 22:36:22 +0200 Subject: [PATCH] ci: Never accept a cache from another architecture There won't be any files of use in there anyways. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f83e5a..b138575 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,6 @@ jobs: key: cache-${{ matrix.arch }}-${{ hashFiles('test/Makefile') }} restore-keys: | cache-${{ matrix.arch }}- - cache- - name: Build run: |