Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Sep 4, 2023
1 parent c9fdc44 commit 204b0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore samples\AudioPlayerSample.sln
run: dotnet restore samples\Plugin.Maui.Audio.Sample.sln
- name: Build
run: dotnet build samples\AudioPlayerSample.sln -c Release
run: dotnet build samples\Plugin.Maui.Audio.Sample.sln -c Release

0 comments on commit 204b0fe

Please sign in to comment.