Fix cmake command
Remove trailing space in line 22.
This commit is contained in:
parent
b0a8cbc743
commit
8aa09a673c
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
@ -18,7 +18,7 @@ mkdir build && cd build
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
|
||||
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
|
||||
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
|
||||
-DTITLE_BAR_FORMAT_IDLE="$title" \
|
||||
-DTITLE_BAR_FORMAT_RUNNING="$title | {3}" \
|
||||
|
Loading…
Reference in New Issue
Block a user