File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- name : Build Firmware
1+ name : Build Red Vision Firmware
22
33on :
44 pull_request :
5- branches :
6- - red-vision
75 push :
86 branches :
9- - red-vision
7+ - v1.26.0-preview-beta2
108
119jobs :
1210 build :
Original file line number Diff line number Diff line change 1- name : Build and Deploy Firmware Release
1+ name : Build and Deploy Red Vision Firmware Release
22
33on :
44 release :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function build_micropython_red_vision {
1717 # https://stackoverflow.com/a/246128/4783963
1818 SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
1919 if [ -n " $GITHUB_WORKSPACE " ]; then
20- export PICO_SDK_PATH=" $GITHUB_WORKSPACE /micropython/ lib/pico-sdk"
20+ export PICO_SDK_PATH=" $GITHUB_WORKSPACE /lib/pico-sdk"
2121 else
2222 export PICO_SDK_PATH=" $SCRIPT_DIR /../lib/pico-sdk"
2323 fi
You can’t perform that action at this time.
0 commit comments