yugjgj
Some checks failed
Linux arm64 / Build (push) Failing after 7s

This commit is contained in:
2024-08-08 11:48:11 +02:00
parent 06f5e3038a
commit 4511676dc6

View File

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