This commit is contained in:
alemuntoni 2020-12-08 10:24:03 +01:00
parent 60d59c9fb9
commit e355c6aaad
2 changed files with 2 additions and 0 deletions

View File

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

View File

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