From a7bd54d37be110ad8d4b7a895b667ddce63d14c8 Mon Sep 17 00:00:00 2001 From: Ulysses Wu Date: Sat, 14 Sep 2024 03:12:05 +0800 Subject: [PATCH] fix build yml again --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bef183..2409553 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Add NuGet source + run: nuget sources add -Name MonarchSolutions -Source https://www.myget.org/F/monarchsolutions/api/v3/index.json + - name: Restore NuGet packages run: nuget restore FreeMote.sln