Skip to content

Commit

Permalink
ci: fix update of macOS Mojave's SSL certs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jan 25, 2023
1 parent 67f6653 commit bba28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for:
- |-
if [ "$appveyor_build_worker_image" = "macos-mojave" ]; then
# https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
- sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
# update to Catch2 v3
git -C ~/vcpkg fetch
Expand Down

0 comments on commit bba28f6

Please sign in to comment.