Skip to content

Commit 3fd0550

Browse files
authored
Merge branch 'andy-debug' into satish-debug
Signed-off-by: Satish Mhaske <[email protected]>
2 parents 5c9f216 + 681781d commit 3fd0550

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/debos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
apt -y full-upgrade
5656
apt -y install debos
5757
58-
- name: Build debos recipe
58+
# create a fresh container build environment to decouple the build
59+
# operating system from the github runner one; install debos
60+
- name: Setup build environment
61+
5962
run: |
6063
set -ex
6164
# debos tries KVM and UML as backends, and falls back to building

0 commit comments

Comments
 (0)