Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Oct 16, 2024
1 parent a68ce3d commit 85ff213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Install dependencies
run: dotnet restore --configfile Nuget.config
run: dotnet restore

- name: Build
run: dotnet build --nologo --no-restore --configuration Debug
Expand Down

0 comments on commit 85ff213

Please sign in to comment.