We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390dd32 commit f2b944bCopy full SHA for f2b944b
.github/workflows/build_sw.yml
@@ -32,7 +32,7 @@ jobs:
32
run: cd /tmp && git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=/tmp/pico-sdk" >> $GITHUB_ENV
33
34
- name: Init submodules to get tinyUSB stack
35
- run: git submodule update --init
+ run: ls && git submodules init && git submodules update
36
37
- name: Configure and run CMake Rev0.3
38
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments