Skip to content

Commit

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

0 comments on commit bba993b

Please sign in to comment.