Exclude (gcc, cuda) from matrix
This commit is contained in:
parent
4092f968b7
commit
da2823cf54
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
||||
cuda:
|
||||
- false
|
||||
- true
|
||||
exclude:
|
||||
#
|
||||
# nvcc needs c++14 for the cubs library
|
||||
#
|
||||
- cuda: true
|
||||
compiler: gcc5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user