2 parents 87cfae3 + 732815b commit b8826c2Copy full SHA for b8826c2
1 file changed
.github/workflows/dist.yml
@@ -285,6 +285,9 @@ jobs:
285
# Start the server once here so clients don't race to start it.
286
- name: Pre-start sccache server
287
run: sccache --start-server
288
+ env:
289
+ SCCACHE_WEBDAV_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
290
+ SCCACHE_WEBDAV_PASSWORD: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
291
292
- name: Install deps
293
run: |
0 commit comments