From 768476cb67f9ddff3791a7c39c94212d8253a26e Mon Sep 17 00:00:00 2001 From: armandrismir Date: Fri, 24 May 2024 16:13:01 -0700 Subject: [PATCH] changed c compiler specs --- .github/workflows/cmake-multi-platform.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f897e85..bec14f5 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -16,7 +16,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] include: - os: windows-latest c_compiler: cl