Skip to content

Commit 7d8f5c4

Browse files
committed
Fix missing line continuation in cmake command in test workflow
1 parent e6ac719 commit 7d8f5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
cmake -S test -B build \
103103
-DFFTW_ROOT="$HOME/fftw_install" \
104-
-DFFTW_TEST_COMPONENTS="${fftw_components}"
104+
-DFFTW_TEST_COMPONENTS="${fftw_components}" \
105105
-DFFTW_TEST_VERSION=3
106106
107107
test-conda:

0 commit comments

Comments
 (0)