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) }}