mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix windows workflows
This commit is contained in:
parent
89ebc7defa
commit
7cdcf141f4
4
.github/workflows/CreateRelease.yml
vendored
4
.github/workflows/CreateRelease.yml
vendored
@ -176,11 +176,11 @@ jobs:
|
||||
else
|
||||
echo ::set-output name=artifact_suffix::""
|
||||
fi
|
||||
echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV
|
||||
echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV
|
||||
- name: Install wget
|
||||
run: |
|
||||
$env:PATH = "C:\msys64\mingw64\bin;C:\msys64\usr\bin"
|
||||
pacman.exe -S --noconfirm --noprogressbar wget
|
||||
pacman.exe -S --noconfirm --noprogressbar wget unzip
|
||||
- name: Set Certificate
|
||||
run: |
|
||||
New-Item -ItemType directory -Path certificate
|
||||
|
||||
4
.github/workflows/Windows.yml
vendored
4
.github/workflows/Windows.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
||||
else
|
||||
echo ::set-output name=artifact_suffix::""
|
||||
fi
|
||||
echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV
|
||||
echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV
|
||||
- name: Install wget
|
||||
run: |
|
||||
$env:PATH = "C:\msys64\mingw64\bin;C:\msys64\usr\bin"
|
||||
pacman.exe -S --noconfirm --noprogressbar wget
|
||||
pacman.exe -S --noconfirm --noprogressbar wget unzip
|
||||
- name: Download external libraries
|
||||
shell: C:\shells\msys2bash.cmd {0}
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user