Skip to content

Commit 96a931b

Browse files
committed
fix
1 parent 6001df3 commit 96a931b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
find . -type d -name "build" -exec rm -rf {} + ;
1919
mkdir -p build &&
2020
cd build &&
21-
cmake -DCMAKE_BUILD_TYPE=Release .. - DCMAKE_TOOLCHAIN_FILE="cmake/gcc-arm-none-eabi.cmake" &&
21+
cmake -DCMAKE_BUILD_TYPE=Release .. -DCMAKE_TOOLCHAIN_FILE="cmake/gcc-arm-none-eabi.cmake" &&
2222
cmake --build .
2323
'

0 commit comments

Comments
 (0)