We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e690b1f commit a6b8adaCopy full SHA for a6b8ada
1 file changed
.github/workflows/pub.yml
@@ -19,13 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: 9.0.x
23
- - name: Install workload ios
24
- run: dotnet workload install ios
25
- - name: Install workload maccatalyst
26
- run: dotnet workload install maccatalyst
27
- - name: Install workload tvos
28
- run: dotnet workload install tvos
+ dotnet-version: 10.0.x
29
- name: Install T4
30
run: dotnet tool install --global dotnet-t4
31
- name: Build
0 commit comments