Skip to content

Commit a59b56d

Browse files
1 parent cc4a8b1 commit a59b56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
path: |
7070
~/.redoxer
7171
~/.cargo/bin/redoxer
72-
key: redoxer-${{ hashFiles('**/bin/*') }}
73-
restore-keys: redoxer-${{ hashFiles('**/bin/*') }}
72+
key: redoxer-${{ runner.os }}-${{ runner.arch }}
73+
restore-keys: redoxer-${{ runner.os }}-${{ runner.arch }}
7474

7575
- name: Build Release
7676
run: |

0 commit comments

Comments
 (0)