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: |