Use --enable-cuda flag in workflows
This commit is contained in:
parent
5c41fb65e4
commit
8abc516b1f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -55,7 +55,11 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build/${{matrix.compiler}}
|
||||
cd build/${{matrix.compiler}}
|
||||
$WITH_SHELL '../../configure'
|
||||
if [[ ${{matrix.cuda}} == true ]]; then
|
||||
$WITH_SHELL '../../configure --enable-cuda'
|
||||
else
|
||||
$WITH_SHELL '../../configure'
|
||||
fi
|
||||
|
||||
- name: CTF (${{matrix.compiler}})
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user