Skip to content

Commit

Permalink
Remove Github CI matrix
Browse files Browse the repository at this point in the history
Due to the limitations explained in
8274e77 we won't be able to use that
for a while anyway.
  • Loading branch information
vimpostor committed Sep 7, 2024
1 parent 8274e77 commit 6774a62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6774a62

Please sign in to comment.