Skip to content

Commit

Permalink
add vs2019buildtools
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed May 22, 2024
1 parent bf3e448 commit c28d5d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28d5d9

Please sign in to comment.