Skip to content

Commit

Permalink
Update NuGet Restore (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarrol authored Jun 11, 2024
1 parent 77f977d commit 357064b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ct-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Setup NuGet
uses: NuGet/setup-nuget@v2.0.0

- name: Restore NuGet
run: nuget restore ${{ env.PROJECT_FILE_PATH }}

- name: Restore Dependencies
if: ${{ !fromJSON(steps.getCanSkip.outputs.result) }}
Expand Down

0 comments on commit 357064b

Please sign in to comment.