From bb6174d4177e68672a44e296fba2f12b2555c222 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 28 Sep 2024 11:15:21 +0000 Subject: [PATCH] install python --- .gitea/workflows/linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index a86b295..e6bcb54 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -27,6 +27,9 @@ jobs: use-dotnet: false include-templates: true + - name: 🐍 Install Python + run: xmake require --extra={system=false} -y python + - name: 🍗 Setup XMake uses: xmake-io/github-action-setup-xmake@v1 with: