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

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