Skip to content

Commit 215c5f6

Browse files
authored
Update ci-sample.yml
1 parent 2d59e9a commit 215c5f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-sample.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
dotnet-version: 7.0.x
2222
- name: Install .NET MAUI
2323
run: dotnet workload install maui
24+
- uses: actions/setup-java@v3
25+
with:
26+
distribution: 'microsoft'
27+
java-version: '11'
2428
- name: Restore dependencies
25-
run: dotnet restore samples\Plugin.Maui.Audio.Sample.sln
29+
run: dotnet restore samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj
2630
- name: Build
27-
run: dotnet build samples\Plugin.Maui.Audio.Sample.sln -c Release
31+
run: dotnet build samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj -c Release

0 commit comments

Comments
 (0)