Skip to content

Commit bd84b10

Browse files
committed
added cmake install
1 parent bfc5a88 commit bd84b10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stm32cubeide_build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Setup permissions
2323
run: chmod -R +x .
2424

25+
- name: Install cmake
26+
run: |
27+
sudo apt-get update
28+
sudo apt-get install -y cmake
29+
2530
- name: Build project using headless STM32CubeIDE
2631
run: |
2732
/opt/st/stm32cubeide_1.18.1/stm32cubeide \

0 commit comments

Comments
 (0)