From c4143be864b5a24f89f567529f289824ac27658f Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:09:27 +0200 Subject: [PATCH] gtjfjfy --- .gitea/workflows/linux.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index ab69667..785a951 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -24,12 +24,15 @@ jobs: xmake show -l packages | grep -E 'require|project' > ~/packages.hash cat ~/packages.hash + - name: Test + run: cat ~/packages.hash + - name: Calc deps hash - uses: actions/go-hashfiles@v0.0.1 + uses: seepine/hash-files@v1 id: get-hash with: patterns: | - ~/packages.hash + ~/packages.hash - name: Packages cache uses: actions/cache@v4