mpmpmpm
Some checks failed
Linux arm64 / Build (push) Failing after 2s

This commit is contained in:
2024-08-08 12:19:43 +02:00
parent fbef0cc660
commit 8b0b1371e5

View File

@@ -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