Update CompileWindows.yml

This commit is contained in:
Alessandro Muntoni 2020-02-17 13:37:11 +01:00 committed by GitHub
parent a3a23caa1a
commit 006a78c6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
- name: Setting Env
run: |
echo '::set-env name=VCINSTALLDIR::C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC'
echo ::set-env name=date::"$(Get-Date -Format "yyyy.MM")"
echo ::set-env name=date::$(Get-Date -Format "yyyy.MM")
echo "Date: " $env:date
- name: Compiling MeshLab
run: |