Skip to content

Commit 5d0cebf

Browse files
authored
try to fix caching 2
1 parent e5234f0 commit 5d0cebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v3
2222
with:
2323
path: ~/gcc-toolchain
24-
key: gcc-toolchain
24+
key: gcc-toolchain-dualarch
2525
- name: Download GCC for Android
2626
if: steps.cache-gcc.outputs.cache-hit != 'true'
2727
run: |

0 commit comments

Comments
 (0)