Skip to content

Commit ff00de6

Browse files
committed
better
1 parent 89e24a6 commit ff00de6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
-DBUILD_TESTING=1 \
107107
-DCMAKE_CXX_STANDARD=20 \
108108
-DCMAKE_CXX_COMPILER=${{matrix.compiler}} \
109-
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -I$HOME.local/include" \
110-
-DCMAKE_EXE_LINKER_FLAGS="-L$HOME.local"
109+
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -I$HOME/.local/include" \
110+
-DCMAKE_EXE_LINKER_FLAGS="-L$HOME/.local"
111111
cmake --build build_module
112112
ctest --test-dir build_module -VV
113113
rm -rf build_module

0 commit comments

Comments
 (0)