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:
|
cuda:
|
||||||
- false
|
- false
|
||||||
- true
|
- true
|
||||||
|
exclude:
|
||||||
|
#
|
||||||
|
# nvcc needs c++14 for the cubs library
|
||||||
|
#
|
||||||
|
- cuda: true
|
||||||
|
compiler: gcc5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user