Skip to content

Commit

Permalink
temp: check ditto version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Oct 12, 2023
1 parent 1aa360c commit acf032c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf032c

Please sign in to comment.