Skip to content

Commit

Permalink
The shell.nix actually discards the version
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Sep 16, 2024
1 parent a9ad67a commit 846807e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846807e

Please sign in to comment.