Skip to content

Commit 06b6e43

Browse files
committed
revert: remove Ubuntu 22 workaround
This commit partially reverts 2f40dc5. Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 81864f2 commit 06b6e43

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/share/rsdk/infra-repo/.github/workflows/build.yaml.jsonnet

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)