Skip to content

Commit 37803c3

Browse files
Revert "remove container"
This reverts commit d4ac952.
1 parent 27441c9 commit 37803c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1818
cancel-in-progress: true
19+
container:
20+
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
21+
defaults:
22+
run:
23+
shell: bash
1924
steps:
2025
- name: Checkout LLVM
2126
uses: actions/checkout@v4

0 commit comments

Comments
 (0)