File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4242 image : debian:trixie
4343 volumes :
4444 - /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/efs/qli/metaqcom/gh-runners/quic-yocto/builds
45- - ./:/build
4645 steps :
4746 - uses : actions/checkout@v4
4847 with :
@@ -53,15 +52,14 @@ jobs:
5352 - name : Update OS packages
5453 run : |
5554 set -ex
56- sudo apt update
57- sudo apt -y upgrade
58- sudo apt -y full-upgrade
59- sudo apt -y install debos
55+ apt update
56+ apt -y upgrade
57+ apt -y full-upgrade
58+ apt -y install debos
6059
6160 - name : Build debos recipe
6261 run : |
6362 set -ex
64- cd /build
6563 # debos tries KVM and UML as backends, and falls back to building
6664 # directly on the host, but that requires loop devices; use
6765 # qemu backend explicitly even if it's slower
You can’t perform that action at this time.
0 commit comments