Skip to content

Commit f2a3af4

Browse files
committed
removed sudo
1 parent bd84b10 commit f2a3af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stm32cubeide_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Install cmake
2626
run: |
27-
sudo apt-get update
28-
sudo apt-get install -y cmake
27+
apt-get update
28+
apt-get install -y cmake
2929
3030
- name: Build project using headless STM32CubeIDE
3131
run: |

0 commit comments

Comments
 (0)