From d6bb4b6aea8e735e8a253cb25e1a3b7bbf94ea62 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 28 Sep 2024 11:18:22 +0000 Subject: [PATCH] after xmake --- .gitea/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index e6bcb54..133bfcb 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -27,9 +27,6 @@ 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: @@ -37,6 +34,9 @@ jobs: actions-cache-folder: '.xmake-cache' actions-cache-key: 'xmake-ubuntu' + - name: 🐍 Install Python + run: xmake require --extra={system=false} -y python + - name: ⚙️ XMake config # TODO: change that to release run: xmake f -m debug -p linux -y -v