We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84997fe commit b17810dCopy full SHA for b17810d
1 file changed
.github/workflows/ci-bit.yaml
@@ -25,22 +25,14 @@ jobs:
25
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/ /"
26
sudo apt-get install -y cuda
27
28
- - uses: Jimver/cuda-toolkit@master
29
- id: cuda-toolkit
+# - uses: Jimver/cuda-toolkit@master
+# id: cuda-toolkit
30
31
- name: Build
32
run: |
33
mkdir build
34
cd build
35
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
43
- ls /usr/local/cuda-13.0/lib64/stubs
44
make -j
45
file libhmsbeagle/libhmsbeagle.so.* | grep x86-64
46
0 commit comments