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 06b412a commit 695fbc9Copy full SHA for 695fbc9
.github/workflows/bindings-regeneration.yml
@@ -47,7 +47,8 @@ jobs:
47
dotnet-version: 3.1.404
48
- name: Install Workloads
49
# TODO: This is slow. Maybe we can make a docker container with this already done?
50
- run: dotnet workload install android ios maccatalyst
+ # manually specifying source to mitigate signing errors
51
+ run: dotnet workload install android ios maccatalyst -s https://api.nuget.org/v3/index.json
52
- uses: GuillaumeFalourd/[email protected]
53
name: Setup Windows 11 SDK
54
with:
0 commit comments