Skip to content

Commit

Permalink
Update ci-sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Nov 27, 2023
1 parent 41529bd commit 8cfb8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install .NET MAUI
run: dotnet workload restore
run: dotnet workload restore --project samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj

- name: Restore dependencies
run: dotnet restore samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj
Expand Down

0 comments on commit 8cfb8ce

Please sign in to comment.