Skip to content

Commit 8748657

Browse files
committed
CI : Upgrade CMake to 4.0.2
1 parent da2d792 commit 8748657

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Install ARM toolchain
3535
run: sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi
3636

37+
- name: Install CMake
38+
uses: ssrobins/install-cmake@v1
39+
with:
40+
version: 4.0.2
41+
3742
- name: Build firmware
3843
id: build
3944
run: |

0 commit comments

Comments
 (0)