Skip to content

Commit ded6b2a

Browse files
.github/workflows/windows-cuda-dependency.yml: fix tensorrt-rtx library location
#137
1 parent 8752915 commit ded6b2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/windows-cuda-dependency.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
mv TensorRT-RTX-*/ TensorRT-RTX/
7676
7777
- name: Move TensorRT-RTX library
78-
run: mv TensorRT-RTX/* vsmlrt-cuda -v
78+
run: |
79+
mv TensorRT-RTX/bin/tensorrt_rtx.exe vsmlrt-cuda -v
80+
mv TensorRT-RTX/lib/*.dll vsmlrt-cuda -v
7981
8082
- name: Setup VC commands
8183
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)