diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 484fd3d..b778dcf 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -26,6 +26,13 @@ jobs: use-dotnet: false include-templates: true + - name: 🍗 Setup XMake + uses: xmake-io/github-action-setup-xmake@v1 + with: + xmake-version: latest + actions-cache-folder: '.xmake-cache' + actions-cache-key: 'xmake-ubuntu' + - name: ⚙️ XMake config # TODO: change that to release run: xmake f -m debug -p linux -y