Skip to content

Commit

Permalink
.github/workflows/linux-trt.yml: fix trt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Mar 28, 2024
1 parent 0c4d8ca commit 8086bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-trt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup tensorrt
run: |
sudo apt-get install -y libnvinfer-dev=8.6.1.6-1+cuda12.0
sudo apt-get install -y libnvinfer-dev=8.6.1.6-1+cuda12.0 libnvinfer-headers-dev=8.6.1.6-1+cuda12.0
- name: Configure
run: cmake -S . -B build -G Ninja -LA
Expand Down

0 comments on commit 8086bed

Please sign in to comment.