install python before
Some checks failed
Linux arm64 / Build (push) Failing after 12s

This commit is contained in:
2025-12-07 15:50:31 +01:00
parent 2671283d53
commit b9aaf0b6d9

View File

@@ -22,7 +22,9 @@ jobs:
actions-cache-key: 'ubuntu'
- name: Xmake config
run: xmake f -p linux -y
run: |
xrepo install "python 3.12.3" -y
xmake f -p linux -y
- name: Build wheel
run: |