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.
1 parent 5621c9e commit adbd995Copy full SHA for adbd995
.github/workflows/debos.yml
@@ -141,6 +141,15 @@ jobs:
141
- /srv/gh-runners/quic-yocto/builds:/fileserver-builds
142
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
143
steps:
144
+ # make sure we have latest packages first, to get latest fixes and to
145
+ # avoid an automated update while we're building
146
+ - name: Update OS packages
147
+ run: |
148
+ set -ux
149
+ apt update
150
+ apt -y upgrade
151
+ apt -y full-upgrade
152
+
153
- name: Retrieve rootfs from fileserver
154
run: cp -av /fileserver-downloads/${BUILD_ID}/rootfs.tar.gz .
155
0 commit comments