File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/share/rsdk/infra-repo/.github/workflows Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,6 @@ function(
6363 GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" ,
6464 },
6565 run: |||
66- # ubuntu-latest is currently ubuntu-22.04, which provides aptly 1.4.0
67- # Only 1.5.0 supports Ubuntu's zstd compressed packages:
68- # https://github.com/aptly-dev/aptly/pull/1050
69- # ubuntu-24.04 provides 1.5.0, but will not be available till August:
70- # https://github.com/actions/runner-images/issues/9691#issuecomment-2063926929
71- # Install aptly from upstream archive for now.
72- sudo tee /etc/apt/sources.list.d/10-aptly.list <<< "deb http://repo.aptly.info/ squeeze main"
73- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EE727D4449467F0E
74-
7566 sudo apt-get update
7667 sudo apt-get install -y aptly pandoc
7768
You can’t perform that action at this time.
0 commit comments