File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,9 @@ jobs:
190190 - name : Update CMake for bullseye
191191 if : ${{ matrix.image == 'debian:bullseye' }}
192192 run : |
193- apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
194-
193+ apt-get install -y software-properties-common
194+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
195+
195196 apt-get update
196197 apt-get -y install cmake
197198
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments