File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 sudo xcode-select -s "/Applications/Xcode_16.4.app/Contents/Developer/"
189189
190190 echo "Using brew to install ninja"
191- brew install ninja md5sha1sum ccache
191+ brew install md5sha1sum ccache
192192
193193 ccache --set-config=cache_dir=$CCACHE_DIR
194194 ccache --set-config=max_size=500M
@@ -197,6 +197,7 @@ jobs:
197197
198198 # The openssl@3 package installed on CI adds these files to the pkgconfig directory
199199 # Remove them here so they aren't found instead of the version of OpenSSL built by Conan
200+ ls -alsh /usr/local/lib/pkgconfig/
200201 rm /usr/local/lib/pkgconfig/libcrypto.pc
201202 rm /usr/local/lib/pkgconfig/libssl.pc
202203 rm /usr/local/lib/pkgconfig/openssl.pc
You can’t perform that action at this time.
0 commit comments