We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7811740 commit 1234a1bCopy full SHA for 1234a1b
.github/workflows/ci.yml
@@ -28,6 +28,13 @@ jobs:
28
runs-on: [ "${{ matrix.runner }}" ]
29
30
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
+
38
- uses: actions/checkout@v4
39
40
- name: Install podman
0 commit comments