Skip to content

Commit 5e72e85

Browse files
committed
Update build_sw.yml
1 parent d333dff commit 5e72e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_sw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo apt-get update && sudo apt-get install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi g++ libstdc++-arm-none-eabi-newlib build-essential
3030

3131
- name: Get SDK and add PICO_SDK_PATH
32-
run: git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=/pico-sdk" >> $GITHUB_ENV
32+
run: git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=$GITHUB_WORKSPACE/pico-sdk" >> $GITHUB_ENV
3333

3434
- name: Init submodules to get tinyUSB stack
3535
run: ls && cd pico-sdk && git submodule update --init && cd ..

0 commit comments

Comments
 (0)