Exclude clang5 from the nvidia compilation

This commit is contained in:
Alejandro Gallo 2022-09-14 14:52:27 +02:00
parent da2823cf54
commit 399447131c

View File

@ -41,7 +41,7 @@ jobs:
# nvcc needs c++14 for the cubs library # nvcc needs c++14 for the cubs library
# #
- cuda: true - cuda: true
compiler: gcc5 compiler: clang5
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4