mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
use wget from windows
This commit is contained in:
parent
75ff4dd7e7
commit
baa85a4ee6
3
.github/workflows/Windows.yml
vendored
3
.github/workflows/Windows.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user