Skip to content

Commit e74cb12

Browse files
authored
Merge pull request #3 from lool/update-os
ci: debos: Update OS packages first
2 parents 8e57086 + 052adc1 commit e74cb12

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/debos.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242

43+
# make sure we have latest packages first, to get latest fixes and to
44+
# avoid an automated update while we're building
45+
- name: Update OS packages
46+
run: |
47+
set -x
48+
sudo apt update
49+
sudo apt -y upgrade
50+
sudo apt -y full-upgrade
51+
4352
# this is the default in our self-hosted runners
4453
- name: Make sure Incus is setup
4554
run: |

0 commit comments

Comments
 (0)