diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 6f69fc4c..5aa4c94c 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -25,6 +25,9 @@ jobs: python setup.py install pip uninstall comtypes -y python test_pip_install.py + - name: Install Visual Studio Build Tools + run: | + choco install visualstudio2019buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64" - name: Set up MSBuild uses: microsoft/setup-msbuild@v2 - name: Build RecordInfo testing COM server with nmake