File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 92
92
# don't use LibXml2/SQLite3 from Mono
93
93
- sudo rm -r /Library/Frameworks/Mono.framework
94
94
95
- # https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
96
- - sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
97
-
98
- # backport vcpkg bugfixes (TODO: remove after future image updates)
99
- - git -C ~/vcpkg fetch
100
- - git -C ~/vcpkg restore -s 38d6712d5644ede4ff597e889549f5d540dcf8ff ports/catch2
95
+ - |-
96
+ if [ "$appveyor_build_worker_image" = "macos-mojave" ]; then
97
+ # https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
98
+ - sudo curl -k https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem
99
+
100
+ # backport vcpkg bugfixes
101
+ git -C ~/vcpkg fetch
102
+ git -C ~/vcpkg restore -s 38d6712d5644ede4ff597e889549f5d540dcf8ff ports/catch2
103
+ fi
101
104
artifacts :
102
105
- path : build/reaper_reapack*.dylib
103
106
You can’t perform that action at this time.
0 commit comments