We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ca653 commit 67b537dCopy full SHA for 67b537d
.github/workflows/premerge.yaml
@@ -12,6 +12,8 @@ jobs:
12
premerge-checks-linux:
13
if: github.repository_owner == 'llvm'
14
runs-on: ubuntu-latest
15
+ container:
16
+ image: ghcr.io/llvm/ci-ubuntu-22.04:latest
17
steps:
18
- name: Checkout LLVM
19
uses: actions/checkout@v4
0 commit comments