Skip to content

Commit

Permalink
Merge GH #3416 Use sccache 0.4.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Mar 24, 2023
2 parents 720d06b + 92ed95c commit ced35f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci/setup_gh_actions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ced35f4

Please sign in to comment.