From 9e7df20ac54cd5df8033707573f926d107904e72 Mon Sep 17 00:00:00 2001 From: VA-GS Date: Wed, 2 Oct 2024 21:10:43 +0200 Subject: [PATCH] Test --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1cf218..f1026f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,12 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] configuration: [release, debug] + compiler: [default] include: - compiler: gcc os: windows-latest - configuration: debug - compiler: clang os: windows-latest - configuration: debug runs-on: windows-latest steps: