Fix macOS CI tests (#652)

* Remove LLVM removal for macOS build
This commit is contained in:
Quentin Le Sceller 2022-06-30 16:49:22 +02:00 committed by GitHub
parent 3302d3d9cb
commit 407f7df111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,9 +59,6 @@ jobs:
CI_JOB: release
PLATFORM: macos
steps:
- script: |
brew uninstall llvm
displayName: macOS Uninstall LLVM
- template: '.ci/test.yml'
- template: '.ci/release.yml'
- job: windows