Skip to content

Commit fa2c78d

Browse files
committed
.github/workflows/build: pin to 'walnascar'
Signed-off-by: Enrico Jörns <[email protected]>
1 parent ecd8d25 commit fa2c78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
path: meta-labgrid
2929
- name: Clone poky
30-
run: git clone --shared --reference-if-able /srv/shared-git/poky.git -b master https://github.com/yoctoproject/poky.git
30+
run: git clone --shared --reference-if-able /srv/shared-git/poky.git -b walnascar https://github.com/yoctoproject/poky.git
3131
- name: Clone meta-openembedded
32-
run: git clone --shared --reference-if-able /srv/shared-git/meta-openembedded.git -b master https://github.com/openembedded/meta-openembedded.git
32+
run: git clone --shared --reference-if-able /srv/shared-git/meta-openembedded.git -b walnascar https://github.com/openembedded/meta-openembedded.git
3333
- name: Initialize build directory
3434
run: |
3535
source poky/oe-init-build-env build

0 commit comments

Comments
 (0)