Install scons using pre-installed python

This should be faster than installing python via chocolatey.
This commit is contained in:
Leroy Hopson 2020-11-22 22:45:02 +07:00
parent e31f9ea9ab
commit c1c52a79cc
No known key found for this signature in database
GPG key ID: 4D05A4F6CB4E7DEE

View file

@ -59,7 +59,7 @@ jobs:
# Windows-specific steps. # Windows-specific steps.
- name: Install additional windows build dependencies - name: Install additional windows build dependencies
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}
run: choco install python3 && python -m pip install scons run: python -m pip install scons
- uses: ilammy/msvc-dev-cmd@v1 - uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}