From 8b0b1371e54c288a08e2d8bb86f575d0b2efb15c Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:19:43 +0200 Subject: [PATCH] mpmpmpm --- .gitea/workflows/linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 47ab69f..d238588 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -28,7 +28,7 @@ jobs: run: cat ~/packages.hash - name: Calc deps hash - uses: seepine/hash-files@v1 + uses: https//gitea.com/seepine/hash-files@v1 id: get-hash with: patterns: | @@ -42,7 +42,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.xmake/packages - key: ${{ runner.os }}-$(cat ~/packages.hash) + key: ${{ runner.os }}-${{ steps.get-hash.outputs.hash }} - name: XMake config run: xmake f --policies=package.install_only -p linux -y