File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
@@ -35,14 +35,14 @@ jobs:
3535 wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
3636 sudo dpkg -i cuda-keyring_1.1-1_all.deb
3737 sudo apt-get update
38- sudo apt-get install -y --no-install-recommends cuda-nvcc-13-0 cuda-cudart-dev-13-0
38+ sudo apt-get install -y --no-install-recommends cuda-nvcc-13-1 cuda-cudart-dev-13-1
3939 echo "PATH=/usr/local/cuda/bin${PATH:+:${PATH}}" >> $GITHUB_ENV
4040 echo "CUDA_PATH=/usr/local/cuda" >> $GITHUB_ENV
4141 echo "LD_LIBRARY_PATH=/usr/local/cuda/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
4242
4343 - name : Download TensorRT-RTX
4444 run : |
45- curl -L -o trt.tar.gz https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.2 /TensorRT-RTX-1.2 .0.44 -Linux-x86_64-cuda-13.0 -Release-external.tar.gz
45+ curl -L -o trt.tar.gz https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.3 /TensorRT-RTX-1.3 .0.35 -Linux-x86_64-cuda-13.1 -Release-external.tar.gz
4646 tar -xzf trt.tar.gz --verbose
4747 mv TensorRT-RTX-*/ tensorrt/
4848
6868 run : git describe --tags --long
6969
7070 - name : Upload
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v6
7272 with :
7373 name : VSTRT-RTX-Linux-x64
7474 path : vstrt/artifact
You can’t perform that action at this time.
0 commit comments