mirror of
https://github.com/typesense/typesense.git
synced 2025-05-28 09:46:05 +08:00
Use bash instead of sh
This commit is contained in:
parent
0fba094c2a
commit
df144f5414
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
# Install CUDA
|
||||
|
||||
wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run
|
||||
sh cuda_11.8.0_520.61.05_linux.run
|
||||
bash cuda_11.8.0_520.61.05_linux.run
|
||||
rm cuda_11.8.0_520.61.05_linux.run
|
||||
|
||||
# Install cudnn
|
||||
|
Loading…
x
Reference in New Issue
Block a user