Skip to content

Commit 728ab1a

Browse files
committed
ci/install-tests: Update to newer podman
For here doc support. Signed-off-by: Colin Walters <[email protected]>
1 parent 50f8a6b commit 728ab1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
# For a not-ancient podman
6666
runs-on: ubuntu-24.04
6767
steps:
68+
- name: Get a newer podman for heredoc support (from debian testing)
69+
run: |
70+
set -eux
71+
echo 'deb [trusted=yes] https://ftp.debian.org/debian/ testing main' | sudo tee /etc/apt/sources.list.d/testing.list
72+
sudo apt update
73+
sudo apt install -y crun/testing podman/testing skopeo/testing
6874
- name: Checkout repository
6975
uses: actions/checkout@v4
7076
- name: Free up disk space on runner

0 commit comments

Comments
 (0)