Skip to content

Commit 9c368bc

Browse files
committed
.
1 parent 4af8f72 commit 9c368bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win-compiler-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
steps:
1919
- name: Download build script
20-
run: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/compiler-explorer/infra/8e8881e6abf319c497be8c84c89ebe5df39ad092/init/start-cacher.ps1" -OutFile "C:\tmp\start-cacher.ps1"
20+
run: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/compiler-explorer/infra/refs/heads/add-compiler-cache-extraction/init/start-cacher.ps1" -OutFile "C:\tmp\start-cacher.ps1"
2121
- name: Build libraries
2222
run: Set-Location "C:\tmp"; pwsh .\start-cacher.ps1 -Compiler "${{ github.event.inputs.compiler }}"

0 commit comments

Comments
 (0)