We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f08e1 commit 80d7612Copy full SHA for 80d7612
.github/workflows/dist.yml
@@ -15,6 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
17
env:
18
+ SCCACHE_CACHE_MULTIARCH: "1"
19
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake-local"
20
SCCACHE_WEBDAV_KEY_PREFIX: "sccache-robotpy"
21
@@ -96,7 +97,7 @@ jobs:
96
97
shell: bash
98
id: ccache
99
run: |
- if [[ "${{ runner.os }}" == "Windows" ]]; then
100
+ if [[ "${{ runner.os }}" != "Linux" ]]; then
101
echo "VARIANT=sccache" >> $GITHUB_OUTPUT
102
else
103
echo "VARIANT=ccache" >> $GITHUB_OUTPUT
0 commit comments