We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2307dda commit 2c468b9Copy full SHA for 2c468b9
.github/workflows/c-cpp.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: compile or somthing idk
17
run: |
18
- curl http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/cuda-repo-ubuntu1710_9.2.148-1_amd64.deb
+ curl http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/cuda-repo-ubuntu1710_9.2.148-1_amd64.deb -O -J -L
19
ls -l
20
sudo dpkg -i cuda-repo-ubuntu1710_9.2.148-1_amd64.deb
21
curl https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-linux.tar.gz -O -J -L
0 commit comments