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 1ed59df commit 0220e23Copy full SHA for 0220e23
.github/workflows/update_protos.yml
@@ -20,7 +20,8 @@ jobs:
20
# in the release job. Only very cursory effort was made to prune.
21
- name: install dependencies
22
run: |
23
- sudo apt-get install -y software-properties-common
+ sudo apt-get update && apt-get upgrade -y
24
+ apt-get install -y software-properties-common
25
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
26
apt-get update
27
apt-get -y dist-upgrade
0 commit comments