From b9fce500784f514655c60025183dfbd9d4e2b5d1 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 5 May 2024 13:09:20 +0200 Subject: [PATCH] fix: install coreutils for shuffle of list in scheduled CI checks --- .github/workflows/scheduled.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 2382657ab2b4..b119ab64a9e3 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -35,6 +35,8 @@ jobs: cask: true test-bot: false + - run: brew install coreutils + - name: Generate matrix id: matrix run: |