lol
Some checks failed
Linux arm64 / Build (push) Failing after 28s

This commit is contained in:
2024-08-08 11:38:00 +02:00
parent 3b62da6489
commit a4e1d4a84d

View File

@@ -16,10 +16,11 @@ jobs:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu-xmake'
run: export XMAKE_ROOT=y
- name: Packages hash
run : 'xmake show -l packages'
run : |
export XMAKE_ROOT=y
xmake show -l packages
- name: Calc deps hash
uses: seepine/hash-files@v1