From c46cd871caaf7f96fe45776c04747a098b58be7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 28 Oct 2021 11:54:09 +0200 Subject: [PATCH] Update windows-build.yml --- .github/workflows/windows-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 35a60336c..b76c70537 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -41,10 +41,14 @@ jobs: - name: Update xmake repository run: xmake.exe repo --update + # Debug + - name: Debug XMake + run: xmake.exe l -vD utils.ci.packageskey + # Fetch xmake dephash - name: Retrieve dependencies hash id: dep_hash - run: echo "::set-output name=hash::$(xmake.exe l -vD utils.ci.packageskey)" + run: echo "::set-output name=hash::$(xmake.exe l utils.ci.packageskey)" # Cache xmake dependencies - name: Retrieve cached xmake dependencies