We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5234f0 commit 5d0cebfCopy full SHA for 5d0cebf
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/cache@v3
22
with:
23
path: ~/gcc-toolchain
24
- key: gcc-toolchain
+ key: gcc-toolchain-dualarch
25
- name: Download GCC for Android
26
if: steps.cache-gcc.outputs.cache-hit != 'true'
27
run: |
0 commit comments