File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -99,29 +99,25 @@ jobs:
9999 repository : Microsoft/DirectXShaderCompiler
100100 ref : ${{ inputs.DXC-branch }}
101101 path : DXC
102- fetch-depth : 1
103102 submodules : true
104103 - name : Checkout LLVM
105104 uses : actions/checkout@v4
106105 with :
107106 repository : llvm/llvm-project
108107 ref : ${{ inputs.LLVM-branch }}
109108 path : llvm-project
110- fetch-depth : 1
111109 - name : Checkout OffloadTest
112110 uses : actions/checkout@v4
113111 with :
114112 repository : llvm-beanz/offload-test-suite
115113 ref : ${{ inputs.OffloadTest-branch }}
116114 path : OffloadTest
117- fetch-depth : 1
118115 - name : Checkout Golden Images
119116 uses : actions/checkout@v4
120117 with :
121118 repository : llvm-beanz/offload-golden-images
122119 ref : main
123120 path : golden-images
124- fetch-depth : 1
125121 - name : Setup Windows
126122 if : runner.os == 'Windows'
127123 uses : llvm/actions/setup-windows@main
You can’t perform that action at this time.
0 commit comments