From 305fa955533d1ecc09a552f102e257554753650e Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:04:25 -0700 Subject: [PATCH] ci: disable gcc build --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f1848461..857057649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,12 @@ jobs: fail-fast: false matrix: include: - - build-type: RelWithDebInfo - cc-compiler: gcc - cxx-compiler: g++ - compiler-name: GCC 9.3.1 - cmake-gen: Ninja - os-name: Linux (CentOS 7) + #- build-type: RelWithDebInfo + # cc-compiler: gcc + # cxx-compiler: g++ + # compiler-name: GCC 9.3.1 + # cmake-gen: Ninja + # os-name: Linux (CentOS 7) - build-type: RelWithDebInfo cc-compiler: clang cxx-compiler: clang++