From fab3452b8d9a57de14c5a31c9928cc9642082b89 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 18 Feb 2022 22:56:41 +0100 Subject: Another fix for macOS --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 52c2c85..742f092 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -177,6 +177,7 @@ jobs: unzip DU.zip ./du64.exe -q test-directory elif [ "$RUNNER_OS" == "macOS" ]; then + export BLOCKSIZE=1 du -c test-directory else du -s --block-size=1 test-directory -- cgit v1.2.3