summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ea7a1e9cf..54dfe5e0e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v1
with:
path: /home/runner/toolchains/
- key: mingw-toolchain
+ key: mingw-toolchain
- name: Compile Toolchain
if: steps.mingw-toolchain.outputs.cache-hit != 'true'