From 6774a6254f545c153ead515a49b2ef97c4aca6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Gro=C3=9F?= Date: Sat, 7 Sep 2024 19:59:56 +0200 Subject: [PATCH] Remove Github CI matrix Due to the limitations explained in 8274e77121948b25b5261e6744948e487c988342 we won't be able to use that for a while anyway. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06288a4..dc1f62f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,7 @@ name: Continuous Integration on: [push, pull_request] jobs: build: - strategy: - matrix: - cxx: [gcc] - # cxx: [gcc, clang] runs-on: ubuntu-latest - env: - NIX_STDENV: ${{ matrix.cxx }} steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v27