Add verbose logs to try to debug xmake
This commit is contained in:
parent
71167e02cb
commit
a23cd584a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue