Skip to content

Commit 38b8237

Browse files
committed
tmp2
1 parent 8074ce6 commit 38b8237

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/debos-aws.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
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

0 commit comments

Comments
 (0)