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