From ba0b63041ad6b7b67d53d215181688b4b185de70 Mon Sep 17 00:00:00 2001 From: gandalfr-KY Date: Mon, 23 Dec 2024 09:15:52 +0000 Subject: [PATCH] add space --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index b12f511b..f447f5ec 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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