Skip to content

Commit 21ccb32

Browse files
committed
update
1 parent 0413d93 commit 21ccb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pico-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install apt dependencies
30-
run: apt-get -qq update && apt-get -qq -y install curl ninja-build python3
30+
run: sudo apt-get -qq update && sudo apt-get -qq -y install curl ninja-build python3
3131

3232
- name: Install CMake 3.30.2
3333
run: |

0 commit comments

Comments
 (0)