Skip to content

Commit 0220e23

Browse files
authored
Update update_protos.yml
1 parent 1ed59df commit 0220e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_protos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
# in the release job. Only very cursory effort was made to prune.
2121
- name: install dependencies
2222
run: |
23-
sudo apt-get install -y software-properties-common
23+
sudo apt-get update && apt-get upgrade -y
24+
apt-get install -y software-properties-common
2425
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
2526
apt-get update
2627
apt-get -y dist-upgrade

0 commit comments

Comments
 (0)