From 4986fd19402c05513b7b9fa7399c04411ad42f39 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 17:03:42 +0200 Subject: [PATCH] remove xmake setup --- .gitea/workflows/linux.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index f1a9b40..89af05c 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -12,19 +12,10 @@ on: jobs: Build: runs-on: ubuntu-latest - env: - XMAKE_ROOT: y steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Prepare Xmake - uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: latest - actions-cache-folder: '.xmake-cache' - actions-cache-key: 'ubuntu-xmake' - - name: Packages List run : | xmake show -l packages | grep -E 'require|project' > ${{ github.workspace }}/packages.txt