Skip to content

Commit 34ce77f

Browse files
committed
correct warnings
1 parent 6c7fcc7 commit 34ce77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
run: |
365365
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
366366
sudo apt-get update
367-
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev mpi* openmpi-bin python3-pip
367+
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev mpi* python3-pip
368368
wget https://apt.llvm.org/llvm.sh
369369
chmod u+x llvm.sh
370370
sudo ./llvm.sh 19 all

0 commit comments

Comments
 (0)