summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-05-16 13:44:06 +0700
committerhathach <[email protected]>2022-05-16 13:44:06 +0700
commit4586d8f119f779d1ef5f937e5c79e0ea2c84579c (patch)
tree04b2cf10840b3e5ba520e61a90feea633c0023bf /.github
parentbe2a51316cd708a99899732acf43920537b97526 (diff)
add upstream Pico-PIO-USB
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 085274eb5..bec879a93 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -82,7 +82,7 @@ jobs:
run: |
git clone --depth 1 -b develop https://github.com/raspberrypi/pico-sdk ~/pico-sdk
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- git submodule update --init lib/Pico-PIO-USB
+ git submodule update --init hw/mcu/raspberry_pi/Pico-PIO-USB
- name: Set Toolchain URL
run: echo >> $GITHUB_ENV TOOLCHAIN_URL=https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v10.2.1-1.1/xpack-arm-none-eabi-gcc-10.2.1-1.1-linux-x64.tar.gz