Skip to content

Commit 57b0ee1

Browse files
committed
init pico-sdk submodules
1 parent c9de5cc commit 57b0ee1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dmdreader.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757
- if: (matrix.platform == 'linux' && matrix.arch == 'x64')
5858
run: sudo apt install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib cmake
5959
- if: (!(matrix.platform == 'linux' && matrix.arch == 'aarch64'))
60-
run: scripts/compile.sh
60+
run: |
61+
cd pico-sdk
62+
git submodule update --init --recursive
63+
cd ..
64+
scripts/compile.sh
6165
- name: Upload artifacts
6266
uses: actions/upload-artifact@v4
6367
with:

0 commit comments

Comments
 (0)