Update appveyor.yml

Curl had a cert error and Nasm was not being brewed. 'brew install ca-certificates' needs to be done first.
This commit is contained in:
djearthquake 2023-02-27 09:08:59 -06:00 committed by GitHub
parent 27f451a868
commit f3e9611a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,8 @@ for:
mkdir -p amxmodx
../support/checkout-deps.sh
brew install ca-certificates
brew install nasm