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: