use wget from windows

This commit is contained in:
alemuntoni 2021-05-26 17:46:32 +02:00
parent 75ff4dd7e7
commit baa85a4ee6

View File

@ -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: |