Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yjdwbj authored Jan 7, 2024
1 parent 862661f commit 06ed548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ jobs:
matrix:
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc]
c_compiler: [arm-none-eabi-gcc]
include:
- os: ubuntu-latest
c_compiler: arm-none-eabi-gcc
cpp_compiler: arm-none-eabi-g++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit 06ed548

Please sign in to comment.