update CI to LLVM14

This commit is contained in:
RobinHan 2022-06-17 23:46:45 -04:00
parent d7668ccd86
commit b189526edb
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}