Skip to content

Commit

Permalink
ci: Never accept a cache from another architecture
Browse files Browse the repository at this point in the history
There won't be any files of use in there anyways.
  • Loading branch information
wkz committed Sep 4, 2024
1 parent 4ee4b8e commit ec815ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
key: cache-${{ matrix.arch }}-${{ hashFiles('test/Makefile') }}
restore-keys: |
cache-${{ matrix.arch }}-
cache-
- name: Build
run: |
Expand Down

0 comments on commit ec815ed

Please sign in to comment.