From a23cd584a455bca0df3557b1ef07969a7ba69f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 28 Oct 2021 11:49:53 +0200 Subject: [PATCH] Add verbose logs to try to debug xmake --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 6e51fbf01..35a60336c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -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