We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d962f commit 45f0fd2Copy full SHA for 45f0fd2
1 file changed
.github/workflows/build.yml
@@ -37,6 +37,9 @@ jobs:
37
with:
38
dotnet-version: '10.0.x'
39
40
+ - name: Add .NET Workloads
41
+ run: dotnet workload install maui-ios maui-android
42
+
43
- name: Build
44
run: dotnet build Shiny.Spatial.slnx /restore -m -property:Configuration=Release
45
0 commit comments