Skip to content

Commit c0e5452

Browse files
committed
ci: Move sccache multiarch env to native build job
1 parent f27a714 commit c0e5452

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
@@ -15,7 +15,6 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
SCCACHE_CACHE_MULTIARCH: "1"
1918
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake-local"
2019
SCCACHE_WEBDAV_KEY_PREFIX: "sccache-robotpy"
2120

@@ -133,6 +132,7 @@ jobs:
133132
env:
134133
RPYBUILD_STRIP_LIBPYTHON: "1"
135134
RPYBUILD_CC_LAUNCHER: ${{ steps.ccache.outputs.variant }}
135+
SCCACHE_CACHE_MULTIARCH: "1"
136136
SCCACHE_WEBDAV_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
137137
SCCACHE_WEBDAV_PASSWORD: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
138138

0 commit comments

Comments
 (0)