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 0413d93 commit 21ccb32Copy full SHA for 21ccb32
.github/workflows/build-pico-sdk.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Install apt dependencies
30
- run: apt-get -qq update && apt-get -qq -y install curl ninja-build python3
+ run: sudo apt-get -qq update && sudo apt-get -qq -y install curl ninja-build python3
31
32
- name: Install CMake 3.30.2
33
run: |
0 commit comments