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 9823e7c commit 41529bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install .NET MAUI
run: dotnet workload restore

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

- name: Build
run: dotnet build samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj -c Release

0 comments on commit 41529bd

Please sign in to comment.