File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ concurrency:
26
26
jobs :
27
27
premerge-checks-linux :
28
28
name : Linux Premerge Checks (Test Only - Please Ignore Results)
29
+ defaults :
30
+ run :
31
+ # The premerge Linux docker instance keeps a pristine clone of LLVM in
32
+ # /home/gha/llvm-project; that should be used as our main workdir.
33
+ working-directory : /home/gha/llvm-project
29
34
if : >-
30
35
github.repository_owner == 'llvm' &&
31
36
(github.event_name != 'pull_request' || github.event.action != 'closed')
34
39
- name : Checkout LLVM
35
40
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
41
with :
37
- fetch-depth : 2
42
+ path : /home/gha/llvm-project
38
43
- name : Setup ccache
39
44
uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
40
45
with :
You can’t perform that action at this time.
0 commit comments