From 92ed95c2365943d3cbcf8da28701979f55ef201a Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 21 Mar 2023 18:38:20 -0400 Subject: [PATCH] Use sccache 0.4.0 in CI This allows caching the MSVC sanitizer build --- src/scripts/ci/setup_gh_actions.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ci/setup_gh_actions.ps1 b/src/scripts/ci/setup_gh_actions.ps1 index e975babd87..bef744f12e 100644 --- a/src/scripts/ci/setup_gh_actions.ps1 +++ b/src/scripts/ci/setup_gh_actions.ps1 @@ -12,7 +12,7 @@ param( ) choco install -y jom -choco install -y sccache +choco install -y sccache --version 0.4.0 # find the sccache cache location and store it in the build job's environment $raw_cl = (sccache --stats-format json --show-stats | ConvertFrom-Json).cache_location