ci: install sha256sum on macOS
This commit is contained in:
parent
87c65fffed
commit
16b2db5732
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue