We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9f216 + 681781d commit 3fd0550Copy full SHA for 3fd0550
.github/workflows/debos.yml
@@ -55,7 +55,10 @@ jobs:
55
apt -y full-upgrade
56
apt -y install debos
57
58
- - name: Build debos recipe
+ # 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
+
62
run: |
63
set -ex
64
# debos tries KVM and UML as backends, and falls back to building
0 commit comments