[CI] Fixed SDK path export
This commit is contained in:
parent
9053786c02
commit
1025abce8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -279,9 +279,9 @@ jobs:
|
|||
cd ~/rpi-pico
|
||||
git clone https://github.com/raspberrypi/pico-sdk.git
|
||||
cd pico-sdk && git checkout 1.5.1
|
||||
export PICO_SDK_PATH=~/rpi-pico/pico-sdk
|
||||
|
||||
- name: Build the example
|
||||
run: |
|
||||
export PICO_SDK_PATH=~/rpi-pico/pico-sdk
|
||||
cd $PWD/examples/NonArduino/Pico
|
||||
./build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue