Skip to content

Commit

Permalink
github: workflows: build this PR against Zephyr PR 51771
Browse files Browse the repository at this point in the history
Temporarily build this PR against Zephyr PR 51771 to show
that both are functional.

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Jan 21, 2023
1 parent a861d57 commit acc6e57
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 acc6e57

Please sign in to comment.