Fix yaml workflows syntax

This commit is contained in:
Alejandro Gallo 2022-09-12 20:02:51 +02:00
parent 5ca94e3238
commit 81e89274ab

View File

@ -33,9 +33,9 @@ jobs:
- clang7
- clang6
- clang5
cuda:
- false
- true
cuda:
- false
- true
steps:
- uses: actions/checkout@v2.3.4