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 118bc8a commit eef814dCopy full SHA for eef814d
.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