Skip to content

Commit a4c7ac6

Browse files
committed
Powershell isn't smart enough to get only the last line of output of vcpkg fetch nuget, so run it an extra time so we don't get failures if vcpkg has to download it.
1 parent 13c2415 commit a4c7ac6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ jobs:
446446
- name: Add NuGet sources for vcpkg
447447
shell: pwsh
448448
run: |
449+
${{ env.VCPKG_EXE }} fetch nuget
449450
.$(${{ env.VCPKG_EXE }} fetch nuget) `
450451
sources add `
451452
-Source "${{ env.FEED_URL }}" `

0 commit comments

Comments
 (0)