We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d333dff commit 5e72e85Copy full SHA for 5e72e85
.github/workflows/build_sw.yml
@@ -29,7 +29,7 @@ jobs:
29
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
30
31
- 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
+ run: git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=$GITHUB_WORKSPACE/pico-sdk" >> $GITHUB_ENV
33
34
- name: Init submodules to get tinyUSB stack
35
run: ls && cd pico-sdk && git submodule update --init && cd ..
0 commit comments