Skip to content

Commit 59cf4bb

Browse files
committed
ci: Use sccache on macOS
We're busting the cache, so let's switch to a cache backend with less aggressive cache eviction.
1 parent 71d6e5c commit 59cf4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
shell: bash
9797
id: ccache
9898
run: |
99-
if [[ "${{ runner.os }}" == "Windows" ]]; then
99+
if [[ "${{ runner.os }}" != "Linux" ]]; then
100100
echo "VARIANT=sccache" >> $GITHUB_OUTPUT
101101
else
102102
echo "VARIANT=ccache" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)