Skip to content

Commit

Permalink
Install maui
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 28, 2023
1 parent 101c409 commit 726a645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install MAUI Workload
run: dotnet workload install maui --ignore-failed-sources


- name: Install dependencies
run: dotnet restore $SOLUTION
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion ExoPlayer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Ext.Cronet", "ExoPlayer.Ext.Cronet\ExoPlayer.Ext.Cronet.csproj", "{8B6AC957-0250-4585-B7B0-C6D81BAC777F}"
Expand Down Expand Up @@ -65,7 +66,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Effect", "ExoPlay
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Sample", "Samples\ExoPlayer.Sample\ExoPlayer.Sample.csproj", "{1492B4D9-77E4-4642-BDA9-15460420CF05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExoPlayer.Muxer", "ExoPlayer.Muxer\ExoPlayer.Muxer.csproj", "{B4DD93E9-8127-44E3-8678-2F129A91B935}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Muxer", "ExoPlayer.Muxer\ExoPlayer.Muxer.csproj", "{B4DD93E9-8127-44E3-8678-2F129A91B935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExoPlayer.Container", "ExoPlayer.Container\ExoPlayer.Container.csproj", "{5B03FA82-587D-4241-BA1B-6B4218481696}"
EndProject
Expand Down

0 comments on commit 726a645

Please sign in to comment.