From 7c53b54d41b72eb679d74261c1e2316406fef1ec Mon Sep 17 00:00:00 2001 From: Vladyslav Rehan Date: Fri, 23 Aug 2024 15:07:21 +0300 Subject: [PATCH] Remove cl compiler --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b87c93..bc84ba0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: matrix: os: [ubuntu-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] + c_compiler: [gcc, clang] include: - os: ubuntu-latest c_compiler: gcc @@ -25,6 +25,7 @@ jobs: c_compiler: clang cpp_compiler: clang++ + steps: - uses: actions/checkout@v4 with: