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 05642fd commit 4c94a52Copy full SHA for 4c94a52
.github/workflows/test-build-pico-sdk.yml
@@ -32,6 +32,11 @@ jobs:
32
repository: raspberrypi/pico-sdk
33
path: pico-sdk
34
35
+ - name: pico-sdk submodules initialization
36
+ run: |
37
+ cd pico-sdk
38
+ git submodule update --init --recursive
39
+
40
- name: Workaround for sources.list
41
run: sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
42
0 commit comments