From 6bdafca1f0dddd62c019126ff663beaacc6eac58 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Wed, 24 Jul 2024 15:35:08 +0000 Subject: [PATCH] Remove nuget from windows ci --- .gitlab/Windows-CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/Windows-CI.yml b/.gitlab/Windows-CI.yml index d2957d2956..f823a1d882 100644 --- a/.gitlab/Windows-CI.yml +++ b/.gitlab/Windows-CI.yml @@ -8,7 +8,6 @@ win64_build: interruptible: false image: registry.gitlab.com/kicad/kicad-ci/windows-build-image/win1809-msvc:latest variables: - VCPKG_BINARY_SOURCES: 'nuget,kicad,readwrite' # Switch the compressor to fastzip and reduce the compression level FF_USE_FASTZIP: "true" CACHE_COMPRESSION_LEVEL: "fast" @@ -24,8 +23,6 @@ win64_build: script: - 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:KICAD_NUGET_KEY -Source "https://nuget.kicad.org:443/v3/index.json" - mkdir -p build/windows -Force - cd build/windows - cmake `