Skip to content

Commit

Permalink
fix win/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 10, 2024
1 parent 65fbb16 commit a6d816a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_cmake.yml
Expand Up @@ -63,8 +63,8 @@ jobs:
matrix:
toolchain:
- 'aarch64-gcc'
- 'arm-clang'
- 'arm-gcc'
# - 'arm-clang'
# - 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
with:
Expand All @@ -85,7 +85,7 @@ jobs:
toolchain:
- 'aarch64-gcc'
#- 'arm-clang'
- 'arm-gcc'
# - 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
with:
Expand All @@ -107,4 +107,4 @@ jobs:
os: ${{ matrix.os }}
build-system: 'make'
toolchain: 'arm-gcc'
build-args: ${{ toJSON('-bstm32f411disco') }}
build-args: ${{ toJSON('{"-bstm32f411disco"}') }}

0 comments on commit a6d816a

Please sign in to comment.