Skip to content

Commit b44725e

Browse files
committed
Fix Red Vision workflow
1 parent 20b82e7 commit b44725e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build_red_vision.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
name: Build Firmware
1+
name: Build Red Vision Firmware
22

33
on:
44
pull_request:
5-
branches:
6-
- red-vision
75
push:
86
branches:
9-
- red-vision
7+
- v1.26.0-preview-beta2
108

119
jobs:
1210
build:

.github/workflows/release_red_vision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Firmware Release
1+
name: Build and Deploy Red Vision Firmware Release
22

33
on:
44
release:

tools/build_red_vision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)