Skip to content

Commit f217f66

Browse files
committed
github: workflows: build this PR against PR 51771 in Zephyr
Temporarily build this PR against zephyrproject-rtos/zephyr#51771 until that pull has been accepted to main. Signed-off-by: Chris Friedt <[email protected]>
1 parent 391c118 commit f217f66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
run: |
4949
pip3 install -U west
5050
west init zephyrproject
51-
cd zephyrproject
51+
cd zephyrproject/zephyr
52+
git fetch origin pull/51771/head:temp
53+
git checkout temp
5254
west update $WEST_MODULES
5355
5456
- name: Checkout Thrift Module

0 commit comments

Comments
 (0)