Skip to content

Commit 00f4dcd

Browse files
committed
Try using a container
1 parent 966fd98 commit 00f4dcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
container-name: ${{ steps.vars.outputs.container-name }}
2626
container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
2727
container-filename: ${{ steps.vars.outputs.container-filename }}
28+
container:
29+
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
2830
steps:
2931
- name: Checkout LLVM
3032
uses: actions/checkout@v4
@@ -70,6 +72,8 @@ jobs:
7072
permissions:
7173
packages: write
7274
runs-on: ubuntu-24.04
75+
container:
76+
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
7377
env:
7478
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7579
steps:

0 commit comments

Comments
 (0)