From e8b9dcee13b4ec497dc30be82c6bf7ea31eecce7 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 6 Nov 2023 18:01:01 -0700 Subject: [PATCH] Remove referneces to unused C compilers --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 994c77f..7697759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: platform: - { name: Windows MSVC, os: windows-2022 } - { name: Windows ClangCL, os: windows-2022, flags: -T ClangCL } - - { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ } + - { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_CXX_COMPILER=clang++ } - { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja } - - { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ } + - { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_CXX_COMPILER=clang++ } - { name: macOS Clang, os: macos-12, flags: -GNinja -DIMGUI_SFML_BUILD_TESTING=OFF } config: - { name: Shared, flags: -DBUILD_SHARED_LIBS=ON -DIMGUI_SFML_BUILD_TESTING=OFF }