summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6be783d7b..02b110b4b 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -25,15 +25,12 @@ jobs:
cd /home/runner/toolchains/
ls -la
du -hs
- cd ..
- tar cvzf toolchain.tar.gz toolchains/
- ls -la
- name: Cache Toolchain
id: cache-toolchain
uses: actions/cache@v1
with:
- path: /home/runner/toolchain.tar.gz
+ path: /home/runner/toolchains/
key: mingw-toolchain
- name: Build CLI and LibHB