Add verbose logs to try to debug xmake

This commit is contained in:
Jérôme Leclercq
2021-10-28 11:49:53 +02:00
parent 71167e02cb
commit a23cd584a4

View File

@@ -44,7 +44,7 @@ jobs:
# Fetch xmake dephash
- name: Retrieve dependencies hash
id: dep_hash
run: echo "::set-output name=hash::$(xmake.exe l utils.ci.packageskey)"
run: echo "::set-output name=hash::$(xmake.exe l -vD utils.ci.packageskey)"
# Cache xmake dependencies
- name: Retrieve cached xmake dependencies