Skip to content

Commit bba28f6

Browse files
committed
ci: fix update of macOS Mojave's SSL certs [ci skip]
1 parent 67f6653 commit bba28f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for:
9696
- |-
9797
if [ "$appveyor_build_worker_image" = "macos-mojave" ]; then
9898
# https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
99-
- sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
99+
sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
100100
101101
# update to Catch2 v3
102102
git -C ~/vcpkg fetch

0 commit comments

Comments
 (0)