From bb50265d08f4886cb81e81a40c6f91be2554e96a Mon Sep 17 00:00:00 2001 From: phnzb Date: Thu, 21 Nov 2024 19:00:46 +0300 Subject: [PATCH] update feed url --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa5687e5..3c07099d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,8 +19,8 @@ jobs: runs-on: windows-2022 env: USERNAME: nzbgetcom - FEED_URL: https://nuget.pkg.github.com/nzbgetcom/index.json - VCPKG_BINARY_SOURCES: "clear;nuget,https://nuget.pkg.github.com/nzbgetcom/index.json,read" + FEED_URL: https://nuget.pkg.github.com/nzbgetcom/nzbget-vcpkg-x64-windows-static-minimal/index.json + VCPKG_BINARY_SOURCES: "clear;nuget,https://nuget.pkg.github.com/nzbgetcom/nzbget-vcpkg-x64-windows-static-minimal/index.json" VCPKG_DEFAULT_TRIPLET: "x64-windows-static" steps: