Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauavitorio authored Sep 26, 2024
1 parent f876411 commit bfe8bd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup .NET Framework
uses: warrenbuckley/Setup-Nuget@v1
- name: Setup NuGet
uses: nuget/setup-nuget@v1
with:
nuget-version: 'latest'

- name: Install NuGet dependencies
run: nuget restore ./UsperyDocPrint.sln
Expand Down

0 comments on commit bfe8bd1

Please sign in to comment.