Skip to content

Commit 219cff8

Browse files
authored
Check that xert.pem was actually updated
1 parent b20e290 commit 219cff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
# CAs .pem installed with OpenSSL by brew are pretty outdated,
3939
# replace those with .pem from Mozilla extracted by curl.
4040
# https://stackoverflow.com/questions/29792786/how-to-solve-the-curl-certificate-issue-on-mac-os-on-laravel-installation
41+
ls -lah /usr/local/etc/[email protected]/cert.pem
4142
echo "Downloading cacert.pem..."
4243
curl -sSL http://curl.haxx.se/ca/cacert.pem >> /usr/local/etc/[email protected]/cert.pem
44+
ls -lah /usr/local/etc/[email protected]/cert.pem
4345
fi
4446
4547
- name: Configure CMake

0 commit comments

Comments
 (0)