Skip to content

Commit

Permalink
fix build by specifying explicit which project to restore packages for
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSav committed May 3, 2024
1 parent e256d60 commit 36310d9
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 @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore lib.remnant2.analyzer.csproj
- name: Set Version Variable
if: ${{ github.ref_type == 'tag' }}
env:
Expand Down

0 comments on commit 36310d9

Please sign in to comment.