From e355c6aaad598a18f16dc53b017a5e00a8a0803c Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 8 Dec 2020 10:24:03 +0100 Subject: [PATCH] fix #855 --- .github/workflows/CreateRelease.yml | 1 + .github/workflows/Windows.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index d0ab96133..4eba2131c 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -162,6 +162,7 @@ jobs: echo ::set-output name=version::"$(cat ML_VERSION)" echo ::set-output name=artifact_suffix::"" fi + echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV - name: Configure and Build shell: bash run: | diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index ccb624bd8..c95a262a2 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -35,6 +35,7 @@ jobs: echo ::set-output name=version::"$(cat ML_VERSION)" echo ::set-output name=artifact_suffix::"" fi + echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV - name: Configure and Build shell: bash run: |