Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Update cmake-multi-platform.yml
  • Loading branch information
yjdwbj authored Jan 7, 2024
1 parent 9cca563 commit 54f0894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
c_compiler: cl

steps:
- name: Install GNU Arm Embedded Toolchain - ${{ matrix.gcc }}
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: ${{ matrix.gcc }}
- run: arm-none-eabi-gcc --version

- uses: actions/checkout@v3

- name: Checkout submodules
Expand Down

0 comments on commit 54f0894

Please sign in to comment.