update CI

This commit is contained in:
Ruobing Han 2022-09-22 11:32:03 -04:00
parent a8643e6981
commit c0c3490e23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. -DLLVM_CONFIG_PATH=`which llvm-config` -DCUDA_PATH=../cuda-10.1 cmake .. -DLLVM_CONFIG_PATH=`which llvm-config` -DCUDA_PATH=${{ github.workspace }}/cuda-10.1
make -j8 make -j8
- name: clone SC evaluation code - name: clone SC evaluation code
run: | run: |