Skip to content

Commit 49f96c9

Browse files
authored
Update update_protos.yml (#468)
1 parent eef814d commit 49f96c9

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
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'viamrobotics'
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/viamrobotics/canon:amd64
14+
image: ghcr.io/viamrobotics/rdk-devenv:amd64
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
@@ -20,6 +20,7 @@ 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
2324
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
2425
apt-get update
2526
apt-get -y dist-upgrade

0 commit comments

Comments
 (0)