ci: install sha256sum on macOS

This commit is contained in:
Eric Wasylishen 2021-09-19 17:14:45 -06:00
parent 87c65fffed
commit 16b2db5732
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# for sha256sum, used by the tests
brew install coreutils
BUILD_DIR=build-osx
EMBREE_ZIP="https://github.com/embree/embree/releases/download/v3.13.0/embree-3.13.0.x86_64.macosx.zip"