From b18da1fa2de1f6b456a8a75bdc597f365c181a13 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 20 Aug 2024 20:10:51 -0400 Subject: [PATCH] Update ct-matrix.yml --- .github/workflows/ct-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 25dc4d3..0e961bc 100644 --- a/.github/workflows/ct-matrix.yml +++ b/.github/workflows/ct-matrix.yml @@ -77,7 +77,7 @@ jobs: uses: NuGet/setup-nuget@v2.0.0 - name: Restore NuGet - run: nuget restore ${{ env.PROJECT_FILE_PATH }} + run: nuget restore - name: Restore Dependencies if: ${{ !fromJSON(steps.getCanSkip.outputs.result) }}