[ci] Fix CMake caching to Artifactory (#7058)

This commit is contained in:
Ryan Blue
2024-09-08 23:51:25 -04:00
committed by GitHub
parent 34e4587121
commit 5d68f0c11a
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ concurrency:
cancel-in-progress: true
env:
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake"
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake-local"
SCCACHE_WEBDAV_KEY_PREFIX: "sccache"
jobs:
build:

View File

@@ -7,7 +7,8 @@ concurrency:
cancel-in-progress: true
env:
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake"
SCCACHE_WEBDAV_ENDPOINT: "https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-cmake-local"
SCCACHE_WEBDAV_KEY_PREFIX: "sccache"
jobs:
build: