From acf032c0629add51719a166c4476afe41196ce92 Mon Sep 17 00:00:00 2001 From: Nicole O'Brien Date: Thu, 12 Oct 2023 13:02:37 +0100 Subject: [PATCH] temp: check ditto version --- .github/workflows/reusable_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/reusable_build.yml b/.github/workflows/reusable_build.yml index 0ca4229a98..adb8ac5392 100644 --- a/.github/workflows/reusable_build.yml +++ b/.github/workflows/reusable_build.yml @@ -64,6 +64,10 @@ jobs: run: echo "MACOSX_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV # TODO: set this to 10.12 once rocksDB issue is fixed if: inputs.os == 'macos-11' + - name: Verify ditto accessibility + run: ditto --version + if: inputs.os == 'macos-11' + - name: Install required packages (Linux) run: | sudo apt update