mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Install scons using pre-installed python
This should be faster than installing python via chocolatey.
This commit is contained in:
parent
4cc2115125
commit
55e2e0cc8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
# Windows-specific steps.
|
||||
- name: Install additional windows build dependencies
|
||||
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
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue