Skip to content

Commit 23d8547

Browse files
committed
install cudart
1 parent 246038b commit 23d8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docs-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: Install build dependencies
1717
shell: bash --noprofile --norc -euo pipefail {0}
1818
run: |
19-
conda install -n docs-build -c conda-forge clangdev=20 cmake>=3.29 ninja flex bison git c-compiler cxx-compiler make
19+
conda install -n docs-build -c conda-forge clangdev=20 cmake>=3.29 ninja flex bison git c-compiler cxx-compiler make cuda-cudart
2020
- name: Install Python dependencies for docs
2121
shell: bash --noprofile --norc -euo pipefail {0}
2222
run: |

0 commit comments

Comments
 (0)