[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
|
cd ~/rpi-pico
|
||||||
git clone https://github.com/raspberrypi/pico-sdk.git
|
git clone https://github.com/raspberrypi/pico-sdk.git
|
||||||
cd pico-sdk && git checkout 1.5.1
|
cd pico-sdk && git checkout 1.5.1
|
||||||
export PICO_SDK_PATH=~/rpi-pico/pico-sdk
|
|
||||||
|
|
||||||
- name: Build the example
|
- name: Build the example
|
||||||
run: |
|
run: |
|
||||||
|
export PICO_SDK_PATH=~/rpi-pico/pico-sdk
|
||||||
cd $PWD/examples/NonArduino/Pico
|
cd $PWD/examples/NonArduino/Pico
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue