From a6b2caadedb82b1c095d4d990caad9f5ffb1d359 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 7 Dec 2025 15:58:51 +0100 Subject: [PATCH] install python before --- .github/workflows/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b198bd7..2a697d0 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,6 +23,7 @@ jobs: - name: Xmake config run: | + sudo apt install python3 -y xrepo install -y "python 3.12.3" xmake f -p linux -y