Skip to content

Commit e3baa68

Browse files
authored
hotfix release issues (#605)
1 parent 649da40 commit e3baa68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.repository_owner == 'viamrobotics'
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/viamrobotics/canon:amd64
25+
image: ghcr.io/viamrobotics/rdk-devenv:amd64
2626
outputs:
2727
version: ${{ steps.which_version.outputs.version }}
2828
steps:
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Build + Lint + Test
3333
run: |
34+
sudo apt-get install -y software-properties-common
35+
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
3436
sudo chown -R testbot .
3537
sudo -u testbot bash -lc 'make build lint test'
3638

0 commit comments

Comments
 (0)