From c4006db56355327304552715895075c8cdb08299 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 23 Jul 2024 07:30:52 -0700 Subject: [PATCH] Don't persist ccache stats across runs --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 885b76b..433991f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,6 +110,9 @@ jobs: echo WASI_SDK_CI_TOOLCHAIN_CMAKE_ARGS="$cmake_args" >> $GITHUB_ENV shell: bash + - name: Clear ccache statistics + run: ccache --zero-stats + # Add some extra installed software on each runner as necessary. - name: Setup `wasmtime` for tests uses: bytecodealliance/actions/wasmtime/setup@v1