Skip to content

Commit 4aa542a

Browse files
committed
Trying to reduce the incidence of dotnet install failures due to a Microsoft server issue
1 parent 72c3f00 commit 4aa542a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ jobs:
219219
path: |
220220
Intersect*/bin/Release/**/*
221221
222+
- name: Force cURL to use HTTP 1.1
223+
run: |
224+
alias curl="$(which curl) --http1.1"
225+
222226
- name: Setup dotnet
223227
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
224228
uses: actions/[email protected]

0 commit comments

Comments
 (0)