Skip to content

Commit 0bca55c

Browse files
committed
CI: create soft link after build
1 parent 17b38af commit 0bca55c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ jobs:
3030
sudo apt-get update
3131
sudo apt-get install -y ccache
3232
33-
- name: Build
33+
- name: Configure, Build & Soft link
3434
run: |
3535
nvidia-smi
3636
rm -rf build
3737
cmake -B build -DUSE_CUDA=ON -DBUILD_TESTING=ON
3838
cmake --build build -j4
3939
cmake --install build
40+
ln -s build/abacus_2g /usr/local/bin/abacus
4041
4142
- name: Test 11_PW_GPU
4243
run: |

0 commit comments

Comments
 (0)