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