aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarvin Borner2021-07-04 22:34:16 +0200
committerMarvin Borner2021-07-04 22:34:16 +0200
commit21d3377822c02a8857cb04ac9fe37e932e2f61e7 (patch)
treef447ac2ed1a4e4ec9c27e945e4df6ddea79e44dc /.github
parent794d10a744e70ab5f7acc29e105dc437403ca341 (diff)
Fixed cache
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3984c6e..7b9c471 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v1
with:
path: cross
- key: cached-toolchain
+ key: cross-compiler
- name: Build cross compiler
if: steps.cache-cross.outputs.cache-hit != 'true'
run: sh run cross -y