From 4511676dc6ca78c58ff117b0877c46518214255b Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 11:48:11 +0200 Subject: [PATCH] yugjgj --- .gitea/workflows/linux.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 4732512..ac70b76 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -20,9 +20,9 @@ jobs: actions-cache-key: 'ubuntu-xmake' - name: Packages hash - run : | - echo "XMAKE_ROOT=y" >> $GITHUB_ENV - xmake show -l packages > packages.hash + run : + xmake show -l packages > ~/packages.hash + cat ~/packages.hash - name: Calc deps hash uses: seepine/hash-files@v1