better
Some checks failed
Linux arm64 / Build (push) Failing after 9m31s

This commit is contained in:
2025-12-07 15:38:51 +01:00
parent f7f98f3acb
commit 2671283d53

View File

@@ -21,9 +21,11 @@ jobs:
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu'
- name: Xmake config
run: xmake f -p linux -y
- name: Build wheel
run: |
xmake require -y
xrepo env python -m venv .venv
source .venv/bin/activate
pip install build