Install nuget and jom with prepare.py

This commit is contained in:
Ilya Fedin
2022-08-28 01:49:18 +03:00
committed by John Preston
parent 42fe80b5e2
commit 4d4d75addf
4 changed files with 15 additions and 8 deletions
+2 -4
View File
@@ -79,10 +79,8 @@ jobs:
submodules: recursive
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
- name: Choco installs.
run: |
choco install --no-progress -y jom
py -m pip install pywin32
- name: Python installs.
run: py -m pip install pywin32
- name: Set up environment paths.
shell: bash