Exclude (gcc, cuda) from matrix

This commit is contained in:
Alejandro Gallo 2022-09-14 14:43:38 +02:00
parent 4092f968b7
commit da2823cf54

View File

@ -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