From a4e1d4a84d95c97d378fe06566afdbaaca815be6 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 11:38:00 +0200 Subject: [PATCH] lol --- .gitea/workflows/linux.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 77447dc..212e127 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -16,10 +16,11 @@ jobs: xmake-version: latest actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu-xmake' - run: export XMAKE_ROOT=y - name: Packages hash - run : 'xmake show -l packages' + run : | + export XMAKE_ROOT=y + xmake show -l packages - name: Calc deps hash uses: seepine/hash-files@v1