From 14a238467a57d1e69dd5f1bac9aab792d5d986f1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 3 Aug 2025 18:09:38 +0200 Subject: [PATCH] try seeing more details 2 --- .github/workflows/windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7c78f4c470..3c8deaebe4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -183,7 +183,7 @@ jobs: fi - name: 'diskspace used' - run: du -sh -t 250KB * bld + run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld msys2: # both msys and mingw-w64 name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}" @@ -410,7 +410,7 @@ jobs: fi - name: 'diskspace used' - run: du -sh -t 250KB * bld + run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld mingw-w64-standalone-downloads: name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}' @@ -592,7 +592,7 @@ jobs: cmake --build bld --target curl-examples - name: 'diskspace used' - run: du -sh -t 250KB * bld + run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld linux-cross-mingw-w64: name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}" @@ -694,7 +694,7 @@ jobs: fi - name: 'diskspace used' - run: du -sh -t 250KB * bld + run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld msvc: name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}' @@ -939,4 +939,4 @@ jobs: run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5 --target curl-examples - name: 'diskspace used' - run: du -sh -t 250KB * bld + run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld