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