-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b8b4bd
commit 22c8957
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,10 +220,8 @@ jobs: | |
mkdir -p .ccache | ||
export CCACHE_DIR=$(pwd)/.ccache | ||
ccache -sz -M 5Gi | ||
brew install [email protected] | ||
brew link --overwrite --force [email protected] | ||
export PATH="/Users/distiller/deps/opt/[email protected]/bin:$PATH" | ||
export OPENSSL_ROOT_DIR=$(brew --prefix [email protected]) | ||
# Temporary until the CI image is updated. | ||
brew install libsodium | ||
cmake \ | ||
-B _build/debug \ | ||
-GNinja \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters