From 7ec39be770855c3c4f3e9cf88ce1345aa5adc980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 29 Aug 2021 06:38:01 +0200 Subject: [PATCH] workflows: remove the broken clang64 build --- .github/workflows/c-cpp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 79c9fe59f..5ab4f0117 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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