From 846807edaf32d11dbe7539029ed6128489b61b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pedro=20Bol=C3=ADvar=20Puente?= Date: Mon, 16 Sep 2024 19:22:26 +0200 Subject: [PATCH] The shell.nix actually discards the version --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7be081..47cf4b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,14 +62,14 @@ jobs: strategy: matrix: type: [Debug, Release] - compiler: [gcc9] + compiler: [gcc] opts: [[]] include: - type: Debug - compiler: gcc9 + compiler: gcc opts: ['coverage'] - type: Debug - compiler: clang_12 + compiler: clang runs-on: ubuntu-latest steps: - uses: actions/checkout@v2