mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 12:47:04 +02:00
Fix missing setuptools in Windows CI
This commit is contained in:
parent
a2673ddd75
commit
221a9de3b2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -44,7 +44,11 @@ jobs:
|
|||
path: ambuild
|
||||
|
||||
- name: Install AMBuild
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
pip install setuptools
|
||||
fi
|
||||
cd ambuild && python setup.py install && cd ..
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue