From 0c4427cada337b4a80e1ec0a16be08b75412321b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 4 Jul 2021 22:34:37 +0200 Subject: Fixed cache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d674b81..13c3221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: uses: actions/cache@v1 with: path: cross - key: toller-compiler + key: cross-compiler - name: Build cross compiler if: steps.cache-cross.outputs.cache-hit != 'true' run: sh run cross -y -- cgit v1.2.3