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 bdc00d0 commit d6f2c14
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
c_compiler: cl

steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init
- name: Install GNU Arm Embedded Toolchain - ${{ matrix.gcc }}
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
Expand All @@ -47,12 +50,6 @@ jobs:
- run: arm-none-eabi-gcc --version
- name: The path will be exported to that environmental variable name
run: echo "The output path is $ARM_NONE_EABI_GCC_PATH"

- uses: actions/checkout@v3

- name: Checkout submodules
run: git submodule update --init

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
Expand Down

0 comments on commit d6f2c14

Please sign in to comment.