This commit is contained in:
Gellert Hegyi 2024-11-03 09:11:22 +01:00
parent 4b1df7ed70
commit 049114286f

View file

@ -24,7 +24,7 @@ jobs:
xcode-select --install || true
- name: Install setuptools
run: pip install setuptools
run: python3 -m pip install setuptools
- name: Install dependencies
run: npm ci