Skip to content

Commit ce6024d

Browse files
committed
Debugging files that have changed
1 parent ea11af0 commit ce6024d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/app_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)