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 e0c82ea commit 3f2173fCopy full SHA for 3f2173f
.github/workflows/update_protos.yml
@@ -20,6 +20,7 @@ jobs:
20
# in the release job. Only very cursory effort was made to prune.
21
- name: install dependencies
22
run: |
23
+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
24
apt-get update
25
apt-get -y dist-upgrade
26
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
0 commit comments