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