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
-3
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