Skip to content

Commit 5f41e8b

Browse files
committed
Specify generator to fix error on Windows
1 parent ad7ddb1 commit 5f41e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Configure CMake
3939
run: |
4040
cd test
41-
cmake -S. -B build --toolchain=../../gcc/arm-none-eabi/cortex-m0.cmake
42-
41+
cmake -S . -B build --toolchain=../../gcc/arm-none-eabi/cortex-m0.cmake -G 'Unix Makefiles'
42+
4343
- name: Build
4444
run: |
4545
cmake --build test/build

0 commit comments

Comments
 (0)