Skip to content

Commit 726a645

Browse files
committed
Install maui
1 parent 101c409 commit 726a645

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: 7.0.x
24+
- name: Install MAUI Workload
25+
run: dotnet workload install maui --ignore-failed-sources
26+
27+
2428
- name: Install dependencies
2529
run: dotnet restore $SOLUTION
2630
- name: Build

ExoPlayer.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
3535
ProjectSection(SolutionItems) = preProject
3636
Directory.Build.props = Directory.Build.props
3737
Directory.Build.targets = Directory.Build.targets
38+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
3839
EndProjectSection
3940
EndProject
4041
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Ext.Cronet", "ExoPlayer.Ext.Cronet\ExoPlayer.Ext.Cronet.csproj", "{8B6AC957-0250-4585-B7B0-C6D81BAC777F}"
@@ -65,7 +66,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Effect", "ExoPlay
6566
EndProject
6667
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Sample", "Samples\ExoPlayer.Sample\ExoPlayer.Sample.csproj", "{1492B4D9-77E4-4642-BDA9-15460420CF05}"
6768
EndProject
68-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExoPlayer.Muxer", "ExoPlayer.Muxer\ExoPlayer.Muxer.csproj", "{B4DD93E9-8127-44E3-8678-2F129A91B935}"
69+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Muxer", "ExoPlayer.Muxer\ExoPlayer.Muxer.csproj", "{B4DD93E9-8127-44E3-8678-2F129A91B935}"
6970
EndProject
7071
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Container", "ExoPlayer.Container\ExoPlayer.Container.csproj", "{5B03FA82-587D-4241-BA1B-6B4218481696}"
7172
EndProject

0 commit comments

Comments
 (0)