From 2671283d5395022fa6e105f802a46cc9c07876d0 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 7 Dec 2025 15:38:51 +0100 Subject: [PATCH] better --- .github/workflows/ubuntu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index f8b7825..92b4ac7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -20,10 +20,12 @@ jobs: xmake-version: latest 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