mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57: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
|
path: ambuild
|
||||||
|
|
||||||
- name: Install AMBuild
|
- name: Install AMBuild
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
|
pip install setuptools
|
||||||
|
fi
|
||||||
cd ambuild && python setup.py install && cd ..
|
cd ambuild && python setup.py install && cd ..
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue