Skip to content

Commit 695fbc9

Browse files
committed
Attempt to mitigate workload signing errors
1 parent 06b412a commit 695fbc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bindings-regeneration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
dotnet-version: 3.1.404
4848
- name: Install Workloads
4949
# TODO: This is slow. Maybe we can make a docker container with this already done?
50-
run: dotnet workload install android ios maccatalyst
50+
# manually specifying source to mitigate signing errors
51+
run: dotnet workload install android ios maccatalyst -s https://api.nuget.org/v3/index.json
5152
- uses: GuillaumeFalourd/[email protected]
5253
name: Setup Windows 11 SDK
5354
with:

0 commit comments

Comments
 (0)