Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfr-KY committed Dec 23, 2024
1 parent 6b3ce7b commit ba0b630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cd example_project/
cmake -B build/ -D "CMAKE_C_COMPILER=$CMAKE_C_COMPILER" -D "CMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER" -D "SCALUQ_USE_CUDA=$SCALUQ_USE_CUDA"
make -C build
if [ "$SCALUQ_USE_CUDA" != 'ON']; then
if [ "$SCALUQ_USE_CUDA" != 'ON' ]; then
build/main
fi
Expand Down

0 comments on commit ba0b630

Please sign in to comment.