We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7ddb1 commit 5f41e8bCopy full SHA for 5f41e8b
1 file changed
.github/workflows/build.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Configure CMake
39
run: |
40
cd test
41
- cmake -S. -B build --toolchain=../../gcc/arm-none-eabi/cortex-m0.cmake
42
-
+ cmake -S . -B build --toolchain=../../gcc/arm-none-eabi/cortex-m0.cmake -G 'Unix Makefiles'
+
43
- name: Build
44
45
cmake --build test/build
0 commit comments