8000 Clean up · earlephilhower/arduino-pico@8d004a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d004a0

Browse files
Clean up
1 parent c7798dd commit 8d004a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
- uses: actions/checkout@v3
187187
with:
188188
submodules: 'true'
189-
- name: Init needed submodules
189+
- name: Initialize needed submodules
190+
run: |
190191
cd pico-sdk
191192
git submodule update --init
192193
cd ../libraries/Adafruit_TinyUSB_Arduino

0 commit comments

Comments
 (0)
0