Skip to content

Commit 62e9732

Browse files
committed
Install podman
1 parent 1d2de01 commit 62e9732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sparse-checkout: .github/workflows/containers/github-action-ci/
3838
- name: Install Podman
3939
run: |
40-
apt-get install podman
40+
sudo apt-get install podman
4141
- name: Write Variables
4242
id: vars
4343
run: |
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Install Podman
9191
run: |
92-
apt-get install podman
92+
sudo apt-get install podman
9393
- name: Download container
9494
uses: actions/download-artifact@v4
9595

0 commit comments

Comments
 (0)