Skip to content

Commit dbbbea3

Browse files
committed
No podman
1 parent 62e9732 commit dbbbea3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
sparse-checkout: .github/workflows/containers/github-action-ci/
38-
- name: Install Podman
39-
run: |
40-
sudo apt-get install podman
4138
- name: Write Variables
4239
id: vars
4340
run: |
@@ -87,9 +84,6 @@ jobs:
8784
env:
8885
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8986
steps:
90-
- name: Install Podman
91-
run: |
92-
sudo apt-get install podman
9387
- name: Download container
9488
uses: actions/download-artifact@v4
9589

0 commit comments

Comments
 (0)