update CI to LLVM14
This commit is contained in:
parent
d7668ccd86
commit
b189526edb
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Install LLVM and Clang
|
- name: Install LLVM and Clang
|
||||||
uses: KyleMayes/install-llvm-action@v1
|
uses: KyleMayes/install-llvm-action@v1
|
||||||
with:
|
with:
|
||||||
version: "10.0"
|
version: "14.0"
|
||||||
- name: Download CUDA header files
|
- name: Download CUDA header files
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in New Issue