Skip to content

Commit

Permalink
github: workflows: build this PR against PR 51771 in Zephyr
Browse files Browse the repository at this point in the history
Temporarily build this PR against Zephyr PR 51771
until that pull has been accepted to main.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt committed Jan 16, 2023
1 parent c93a66e commit 6d5adc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
run: |
pip3 install -U west
west init zephyrproject
cd zephyrproject
cd zephyrproject/zephyr
git fetch origin pull/51771/head:temp
git checkout temp
west update $WEST_MODULES
- name: Checkout Thrift Module
Expand Down

0 comments on commit 6d5adc9

Please sign in to comment.