Fix missing setuptools in Windows CI

This commit is contained in:
Vauff 2026-01-24 20:59:27 -05:00
parent a2673ddd75
commit 221a9de3b2

View file

@ -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