From abf9bce96f8966397f4ed88ebf9116add08ed110 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sun, 17 Jul 2022 18:11:55 +0000 Subject: [PATCH] Update .gitlab/Windows-CI.yml --- .gitlab/Windows-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/Windows-CI.yml b/.gitlab/Windows-CI.yml index d080b582e1..a45655664a 100644 --- a/.gitlab/Windows-CI.yml +++ b/.gitlab/Windows-CI.yml @@ -22,7 +22,7 @@ win64_build: - C:\builder\build.ps1 -Env -Arch x64 - $vcpkgCache=Join-Path -Path (Get-Location) -ChildPath ".vcpkgCache";$env:VCPKG_DEFAULT_BINARY_CACHE=$vcpkgCache;New-Item -ItemType Directory -Force -Path $vcpkgCache - nuget.exe sources add -Name kicad -Source "https://nuget.kicad.org:443/v3/index.json" - - nuget.exe setapikey $env:NUGET_KEY -Source "https://nuget.kicad.org:443/v3/index.json" + - nuget.exe setapikey $env:KICAD_NUGET_KEY -Source "https://nuget.kicad.org:443/v3/index.json" - mkdir -p build/windows -Force - cd build/windows - cmake `