We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc6c2f commit bdb453bCopy full SHA for bdb453b
.github/workflows/nucleo-l4r5zi.yml
@@ -6,15 +6,19 @@ on:
6
branches: [ "main" ]
7
jobs:
8
build-all:
9
+ strategy:
10
+ matrix:
11
+ arm-gcc-release: [14.2.Rel1, 13.3.Rel1, 12.3.Rel1]
12
runs-on: ubuntu-latest
13
+ name: nucleo-l4r5zi build (gcc ${{ matrix.system }})
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
- name: Install Toolchain
- uses: carlosperate/arm-none-eabi-gcc-action@v1.8.0
20
+ uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0
21
- release: 13.2.Rel1
22
+ release: ${{ matrix.arm-gcc-release }}
23
- name: Build All (nucleo-l4r5zi)
24
run: make PLATFORM=nucleo-l4r5zi -j2
0 commit comments