Skip to content

Commit c5ac8f7

Browse files
committed
Update workflow
1 parent 04eaf77 commit c5ac8f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
- name: Init Yocto
1717
run: make init
1818

19+
- name: Build initial Yocto
20+
run: make build
21+
1922
- name: Copy and paste config file
2023
run: cp ../config/local.conf conf/local.conf & cp ../config/bblayers.conf conf/bblayers.conf
2124

22-
- name: Build Yocto
25+
- name: Build Yocto with new config
2326
run: make build

0 commit comments

Comments
 (0)