Skip to content

Commit

Permalink
Update image-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waelkarman committed Aug 2, 2024
1 parent ce1b4a5 commit 830e786
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
run: sudo apt install chrpath diffstat zstd
- name: Setup build folder
run: kas checkout kas/bunch-linux-demo.yml
- name: Setup environment
run: source poky/oe-init-build-env
- name: Build
run: bitbake bunch-linux-demo
- name: Setup environment and build
run: source poky/oe-init-build-env; bitbake bunch-linux-demo

0 comments on commit 830e786

Please sign in to comment.