Skip to content

Commit b8826c2

Browse files
authored
Merge pull request #314 from robotpy/fix-sccache
Give sccache daemon credentials when we start it
2 parents 87cfae3 + 732815b commit b8826c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dist.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ jobs:
285285
# Start the server once here so clients don't race to start it.
286286
- name: Pre-start sccache server
287287
run: sccache --start-server
288+
env:
289+
SCCACHE_WEBDAV_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
290+
SCCACHE_WEBDAV_PASSWORD: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
288291

289292
- name: Install deps
290293
run: |

0 commit comments

Comments
 (0)