Fix CI for macOS (#3726)

This commit is contained in:
Quentin Le Sceller 2022-07-01 13:16:15 +02:00 committed by GitHub
parent 9d92f34614
commit 33124c2d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,9 +67,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