From ae84abc14de41b16bf6425a4c31ffdd7faf36b5c Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 11:30:09 +0200 Subject: [PATCH] idontknowman --- .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 c0d6c46..e26f3a6 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 | grep require > packages.hash" + run : 'xmake show -l packages | grep require > packages.hash' - name: Calc deps hash uses: seepine/hash-files@v1