summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-02-18 22:56:41 +0100
committerDavid Peter <mail@david-peter.de>2022-02-18 22:56:41 +0100
commitfab3452b8d9a57de14c5a31c9928cc9642082b89 (patch)
tree5eccf80dba5087e1380dc395d857b2ab86a2b6c8
parentb88c5bca8a1800e4aaebf3cfc825b3ebbc3340f8 (diff)
Another fix for macOS
-rw-r--r--.github/workflows/CICD.yml1
1 files changed, 1 insertions, 0 deletions
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