File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ concurrency:
14
14
group : ${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
+ env :
18
+ SCCACHE_WEBDAV_ENDPOINT : " https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake-local"
19
+ SCCACHE_WEBDAV_KEY_PREFIX : " sccache-robotpy"
20
+
17
21
jobs :
18
22
# This job limits concurrency on the default branch
19
23
# - we want it to run so it can populate ccache, but we typically
@@ -128,6 +132,8 @@ jobs:
128
132
env :
129
133
RPYBUILD_STRIP_LIBPYTHON : " 1"
130
134
RPYBUILD_CC_LAUNCHER : ${{ steps.ccache.outputs.variant }}
135
+ SCCACHE_WEBDAV_USERNAME : ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
136
+ SCCACHE_WEBDAV_PASSWORD : ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
131
137
132
138
- uses : actions/upload-artifact@v4
133
139
with :
You can’t perform that action at this time.
0 commit comments