Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jun 27, 2024
1 parent 0f3135c commit af0cc92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
uses: microsoft/[email protected]

- name: Restore NuGet Packages
run: dotnet restore /p:RestoreUseSkipNonexistentTargets="false"

run:
dotnet restore
dotnet restore .\StompboxAndroid\StompboxAndroid.csproj
- name: Run Image Processor
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit af0cc92

Please sign in to comment.