Skip to content

Commit

Permalink
.github/workflows/windows-trt.yml: use provided samples
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 25, 2024
1 parent 2feb8af commit 49ca686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-trt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Override trtexec CMake file
run: |
rem cp -f -r -v tensorrt/samples ../tensorrt-oss
cp -f -r -v tensorrt/samples ../tensorrt-oss
mv trtexec/CMakeLists.txt ../tensorrt-oss/samples/trtexec
mv trtexec/*.cpp ../tensorrt-oss/samples/trtexec
Expand Down

0 comments on commit 49ca686

Please sign in to comment.