diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b93dc5..a239046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: | mkdir build cd build - cmake .. -DLLVM_CONFIG_PATH=`which llvm-config` -DCUDA_PATH=$CuPBoP_PATH/cuda-10.1 + cmake .. -DLLVM_CONFIG_PATH=`which llvm-config` -DCUDA_PATH=../cuda-10.1 make -j8 - name: clone SC evaluation code run: |