aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-06-29 23:27:21 +0200
committerRon Evans <[email protected]>2022-06-30 23:30:48 +0200
commit0abc9097393f942da58d0857df114e0a10aec2ac (patch)
tree86e2a9e1ef239f30f4389fc24124895dd5664d46 /.github
parentd984b55311a2acd6c1b14ef6e87ee280e737a925 (diff)
downloadtinygo-0abc9097393f942da58d0857df114e0a10aec2ac.tar.gz
tinygo-0abc9097393f942da58d0857df114e0a10aec2ac.zip
ci: disable ccache on Windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 46adb9b73..0238c31ee 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -55,7 +55,7 @@ jobs:
uses: actions/cache@v2
id: cache-llvm-build
with:
- key: llvm-build-14-windows-v1
+ key: llvm-build-14-windows-v2
path: llvm-build
- name: Build LLVM
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
@@ -65,7 +65,7 @@ jobs:
rm -rf llvm-project
make llvm-source
# build!
- make llvm-build
+ make llvm-build CCACHE=OFF
# Remove unnecessary object files (to reduce cache size).
find llvm-build -name CMakeFiles -prune -exec rm -r '{}' \;
- name: Cache wasi-libc sysroot