diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index b4d878cb1..aad3ede70 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -28,6 +28,9 @@ jobs: echo ::set-output name=artifact_suffix::"" fi echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV + - name: Expand PATH for wget + run: | + echo "C:\msys64\usr\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Download external libraries shell: bash run: |