Skip to content

Commit 587b6e5

Browse files
authored
ci: install mpi for docs workflow
1 parent 3b5125e commit 587b6e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
sudo apt update
2323
sudo apt install g++ cmake doxygen
2424
25+
- name: Install mpi
26+
run: |
27+
sudo apt-get install mpich libmpich-dev
28+
2529
- name: Kokkos Checkout repo
2630
uses: actions/checkout@v4
2731
with:
@@ -88,4 +92,4 @@ jobs:
8892

8993
- name: Deploy to GitHub Pages
9094
id: deployment
91-
uses: actions/deploy-pages@v4
95+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)