From b9aaf0b6d940eba91a4ba94878cbc4ff70c31eea Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 7 Dec 2025 15:50:31 +0100 Subject: [PATCH] install python before --- .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 92b4ac7..82fae31 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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: |