Skip to content

Commit

Permalink
.github/workflows/windows-trt.yml: fix trtexec compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Jul 14, 2022
1 parent 2efc980 commit b7cd813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-trt.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v2
with:
path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA
key: ${{ runner.os }}-cuda-11.7.0
key: ${{ runner.os }}-vstrt-cuda-11.7.0

- name: Setup CUDA
if: steps.cache-cuda.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b7cd813

Please sign in to comment.