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 649da40 commit e3baa68Copy full SHA for e3baa68
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
if: github.repository_owner == 'viamrobotics'
23
runs-on: ubuntu-latest
24
container:
25
- image: ghcr.io/viamrobotics/canon:amd64
+ image: ghcr.io/viamrobotics/rdk-devenv:amd64
26
outputs:
27
version: ${{ steps.which_version.outputs.version }}
28
steps:
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Build + Lint + Test
33
run: |
34
+ sudo apt-get install -y software-properties-common
35
+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
36
sudo chown -R testbot .
37
sudo -u testbot bash -lc 'make build lint test'
38
0 commit comments