diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
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 |