Skip to content

Commit 1234a1b

Browse files
committed
ci: Update podman
For heredocs Signed-off-by: Colin Walters <[email protected]>
1 parent 7811740 commit 1234a1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
runs-on: [ "${{ matrix.runner }}" ]
2929

3030
steps:
31+
- name: Get a newer podman for heredoc support (from debian testing)
32+
run: |
33+
set -eux
34+
echo 'deb [trusted=yes] https://ftp.debian.org/debian/ testing main' | sudo tee /etc/apt/sources.list.d/testing.list
35+
sudo apt update
36+
sudo apt install -y crun/testing podman/testing skopeo/testing
37+
3138
- uses: actions/checkout@v4
3239

3340
- name: Install podman

0 commit comments

Comments
 (0)