File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 target : ${{ inputs.target }}
2828
29- - name : Install Ninja
30- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
31-
3229 - name : clone dpc++
3330 if : contains(inputs.download_dpcpp_artefact, inputs.target) != true
3431 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 with :
2727 target : ${{ inputs.target }}
2828
29- - name : Install Ninja
30- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
31-
3229 - name : clone headers
3330 uses : actions/checkout@v4
3431 with :
Original file line number Diff line number Diff line change 3131 with :
3232 target : ${{ inputs.target }}
3333
34- - name : Install Ninja
35- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
36-
3734 - name : download icd artifact
3835 uses : actions/download-artifact@v4
3936 with :
Original file line number Diff line number Diff line change 2222 with :
2323 target : ${{ inputs.target }}
2424
25- - name : Install Ninja
26- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
27-
2825 - name : download icd artifact
2926 if : inputs.sycl_device == 'opencl'
3027 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 2323 with :
2424 target : ${{ inputs.target }}
2525
26- - name : Install Ninja
27- if : contains(inputs.download_sycl_cts_artefact, inputs.target) != true
28- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
29-
3026 - name : download icd artifact
3127 if : inputs.sycl_device == 'opencl' && contains(inputs.download_sycl_cts_artefact, inputs.target) != true
3228 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1515 with :
1616 target : ${{ inputs.target }}
1717
18- - name : Install Ninja
19- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
20-
2118 - name : download icd artifact
2219 uses : actions/download-artifact@v4
2320 with :
Original file line number Diff line number Diff line change 2323 with :
2424 target : ${{ inputs.target }}
2525
26- - name : Install Ninja
27- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
28-
2926 - name : download ock artifact
3027 if : inputs.sycl_device == 'opencl'
3128 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 5454 echo "PATH=C:\VulkanSDK\1.3.283.0\Bin;$env:PATH" >> $env:GITHUB_ENV
5555 pip install lit
5656
57- - name : Install Ninja
58- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
59-
6057 - name : set llvm key
6158 id : set_llvm_key
6259 shell : bash
Original file line number Diff line number Diff line change @@ -404,8 +404,6 @@ jobs:
404404 steps :
405405 - name : Checkout repo
406406 uses : actions/checkout@v5
407- - name : Install Ninja
408- uses : llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main branch
409407 - run : echo WORKSPACE is $GITHUB_WORKSPACE && echo PWD is `pwd` && ls -al
410408 - name : Run Clik
411409 run : |
You can’t perform that action at this time.
0 commit comments