Skip to content

Commit 1f3a36f

Browse files
committed
Install podman
1 parent 00f4dcd commit 1f3a36f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
2727
container-filename: ${{ steps.vars.outputs.container-filename }}
2828
container:
29-
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
29+
image: registry.fedoraproject.org/fedora:41
3030
steps:
31+
- name: Setup Image
32+
run: |
33+
dnf install -y podman
3134
- name: Checkout LLVM
3235
uses: actions/checkout@v4
3336
with:
@@ -73,10 +76,13 @@ jobs:
7376
packages: write
7477
runs-on: ubuntu-24.04
7578
container:
76-
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
79+
image: registry.fedoraproject.org/fedora:41
7780
env:
7881
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7982
steps:
83+
- name: Setup Image
84+
run: |
85+
dnf install -y podman
8086
- name: Download container
8187
uses: actions/download-artifact@v4
8288
with:

0 commit comments

Comments
 (0)