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 50f8a6b commit 728ab1aCopy full SHA for 728ab1a
.github/workflows/ci.yml
@@ -65,6 +65,12 @@ jobs:
65
# For a not-ancient podman
66
runs-on: ubuntu-24.04
67
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
74
- name: Checkout repository
75
uses: actions/checkout@v4
76
- name: Free up disk space on runner
0 commit comments