We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af8f72 commit 9c368bcCopy full SHA for 9c368bc
.github/workflows/win-compiler-cache.yaml
@@ -17,6 +17,6 @@ jobs:
17
18
steps:
19
- 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"
+ 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"
21
- name: Build libraries
22
run: Set-Location "C:\tmp"; pwsh .\start-cacher.ps1 -Compiler "${{ github.event.inputs.compiler }}"
0 commit comments