mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
using addpath
This commit is contained in:
parent
6d9d9b5bd8
commit
7a2a2ed8eb
4
.github/workflows/CompileWindows.yml
vendored
4
.github/workflows/CompileWindows.yml
vendored
@ -22,11 +22,12 @@ jobs:
|
||||
Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom
|
||||
cd jom
|
||||
ls
|
||||
echo "::add-path::$(Get-Location)"
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
run: |
|
||||
echo $env:Path
|
||||
echo '::set-env name=VCINSTALLDIR::C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC'
|
||||
echo "::set-env name=Path::$(Get-Location)\jom;$Path"
|
||||
echo "::set-output name=date::$(Get-Date -Format "yyyy.MM")"
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -36,7 +37,6 @@ jobs:
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Build MeshLab
|
||||
run: |
|
||||
echo $env:Path
|
||||
cd src\
|
||||
qmake
|
||||
jom -j4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user