Skip to content

Commit 4571be8

Browse files
committed
fwk: lilac: Build with same zephyr ref as tulip
Now that it's on the new branch, it needs to build with the same zephyr ref. BUG=lilac doens't build on github actions TEST=Check action build BRANCH=fwk-tulip-29169 Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 8a2a8ea commit 4571be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zephyr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Starting with 4.00, lotus is released from fwk-tulip-29169
3333
{ name: lotus, folder: lotus, ver: "4.0.3", sha_len: 7, zephyr_ref: "fwk-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
3434
# Just for reference, not releasing from this branch
35-
{ name: lilac, folder: lotus, ver: "3.0.5", sha_len: 7, zephyr_ref: "framework-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
35+
{ name: lilac, folder: lotus, ver: "3.0.5", sha_len: 7, zephyr_ref: "fwk-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
3636
{ name: marigold, folder: lotus, ver: "0.0.0", sha_len: 7, zephyr_ref: "fwk-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
3737

3838
]

0 commit comments

Comments
 (0)