File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 26
26
container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
27
27
container-filename : ${{ steps.vars.outputs.container-filename }}
28
28
container :
29
- image : ghcr.io/llvm/ci-ubuntu-22.04:latest
29
+ image : registry.fedoraproject.org/fedora:41
30
30
steps :
31
+ - name : Setup Image
32
+ run : |
33
+ dnf install -y podman
31
34
- name : Checkout LLVM
32
35
uses : actions/checkout@v4
33
36
with :
@@ -73,10 +76,13 @@ jobs:
73
76
packages : write
74
77
runs-on : ubuntu-24.04
75
78
container :
76
- image : ghcr.io/llvm/ci-ubuntu-22.04:latest
79
+ image : registry.fedoraproject.org/fedora:41
77
80
env :
78
81
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79
82
steps :
83
+ - name : Setup Image
84
+ run : |
85
+ dnf install -y podman
80
86
- name : Download container
81
87
uses : actions/download-artifact@v4
82
88
with :
You can’t perform that action at this time.
0 commit comments