Skip to content

Commit

Permalink
re-enable all build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 10, 2024
1 parent ebafba8 commit 0c62b27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_cmake.yml
Expand Up @@ -63,10 +63,10 @@ jobs:
matrix:
toolchain:
- 'aarch64-gcc'
# - 'arm-clang'
# - 'arm-gcc'
# - 'msp430-gcc'
# - 'riscv-gcc'
- 'arm-clang'
- 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
with:
build-system: 'cmake'
toolchain: ${{ matrix.toolchain }}
Expand All @@ -85,9 +85,9 @@ jobs:
toolchain:
- 'aarch64-gcc'
#- 'arm-clang'
# - 'arm-gcc'
# - 'msp430-gcc'
# - 'riscv-gcc'
- 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
with:
build-system: 'make'
toolchain: ${{ matrix.toolchain }}
Expand Down

0 comments on commit 0c62b27

Please sign in to comment.