Skip to content

Commit adf1e4f

Browse files
committed
Remove unnecessary spaces.
1 parent 65d5107 commit adf1e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
-DCMAKE_ASM_COMPILER_TARGET=armv6m-none-abi \
135135
-DCMAKE_C_FLAGS=-mfloat-abi=soft \
136136
-DCMAKE_CXX_FLAGS=-mfloat-abi=soft \
137-
-DCMAKE_C_COMPILER_WORKS = ON \
138-
-DCMAKE_CXX_COMPILER_WORKS = ON
137+
-DCMAKE_C_COMPILER_WORKS=ON \
138+
-DCMAKE_CXX_COMPILER_WORKS=ON
139139
else
140140
cmake -B ${{ steps.strings.outputs.build-output-dir }} \
141141
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} \

0 commit comments

Comments
 (0)