Skip to content

Commit eb91729

Browse files
committed
Don't forget to install
1 parent d659d91 commit eb91729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ jobs:
3636
run: |
3737
sudo apt-get install -y nvidia-cuda-toolkit
3838
39-
- name: Build
39+
- name: Build and Install
4040
run: |
4141
ls
4242
mkdir build
4343
cd build
4444
cmake ..
4545
make
46+
make install
47+
4648
4749
# - name: Run pytest
4850
# run: cd build && pytest

0 commit comments

Comments
 (0)