From 6c5d5f49216a729881d6871cb32b874d091977c1 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 11:32:32 +0200 Subject: [PATCH] dgdg --- .gitea/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 8a8f2bb..c51611e 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -18,7 +18,7 @@ jobs: actions-cache-key: 'ubuntu-xmake' - name: Packages hash - run : 'xmake show -l packages > packages.hash' + run : 'xmake show -l packages' - name: Calc deps hash uses: seepine/hash-files@v1