workflows: remove the broken clang64 build

This commit is contained in:
David Hrdlička 2021-08-29 06:38:01 +02:00
parent f0fe6646d3
commit 7ec39be770

View File

@ -47,11 +47,11 @@ jobs:
x64: y
clang: n
continue-on-error: false
- msystem: CLANG64
prefix: mingw-w64-clang-x86_64
x64: y
clang: y
continue-on-error: true
# - msystem: CLANG64
# prefix: mingw-w64-clang-x86_64
# x64: y
# clang: y
# continue-on-error: true
steps:
- uses: msys2/setup-msys2@v2