Skip to content

Commit 1d2de01

Browse files
committed
Install podman
1 parent 7272982 commit 1d2de01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
sparse-checkout: .github/workflows/containers/github-action-ci/
38+
- name: Install Podman
39+
run: |
40+
apt-get install podman
3841
- name: Write Variables
3942
id: vars
4043
run: |
@@ -84,6 +87,9 @@ jobs:
8487
env:
8588
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8689
steps:
90+
- name: Install Podman
91+
run: |
92+
apt-get install podman
8793
- name: Download container
8894
uses: actions/download-artifact@v4
8995

0 commit comments

Comments
 (0)