Skip to content

Commit b17810d

Browse files
committed
try direct install
1 parent 84997fe commit b17810d

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/ci-bit.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,14 @@ jobs:
2525
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/ /"
2626
sudo apt-get install -y cuda
2727
28-
- uses: Jimver/cuda-toolkit@master
29-
id: cuda-toolkit
28+
# - uses: Jimver/cuda-toolkit@master
29+
# id: cuda-toolkit
3030

3131
- name: Build
3232
run: |
3333
mkdir build
3434
cd build
3535
cmake .. -DBUILD_BIT=ON -DBUILD_CUDA=ON
36-
echo "LS"
37-
ls /usr/local/cuda-13.0/lib64
38-
echo "PATH"
39-
echo $LD_LIBRARY_PATH
40-
echo "FIND"
41-
sudo find /usr/ -name 'libcuda.so.*' #version
42-
echo "LS"
43-
ls /usr/local/cuda-13.0/lib64/stubs
4436
make -j
4537
file libhmsbeagle/libhmsbeagle.so.* | grep x86-64
4638

0 commit comments

Comments
 (0)