Skip to content

Commit 6774a62

Browse files
committed
Remove Github CI matrix
Due to the limitations explained in 8274e77 we won't be able to use that for a while anyway.
1 parent 8274e77 commit 6774a62

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: Continuous Integration
22
on: [push, pull_request]
33
jobs:
44
build:
5-
strategy:
6-
matrix:
7-
cxx: [gcc]
8-
# cxx: [gcc, clang]
95
runs-on: ubuntu-latest
10-
env:
11-
NIX_STDENV: ${{ matrix.cxx }}
126
steps:
137
- uses: actions/checkout@v4
148
- uses: cachix/install-nix-action@v27

0 commit comments

Comments
 (0)