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 eef814d commit 49f96c9Copy full SHA for 49f96c9
.github/workflows/update_protos.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.repository_owner == 'viamrobotics'
12
runs-on: ubuntu-latest
13
container:
14
- image: ghcr.io/viamrobotics/canon:amd64
+ image: ghcr.io/viamrobotics/rdk-devenv:amd64
15
steps:
16
- uses: actions/checkout@v4
17
with:
@@ -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
+ sudo apt-get install -y software-properties-common
24
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
25
apt-get update
26
apt-get -y dist-upgrade
0 commit comments