Skip to content

Commit

Permalink
installed uuid-dev for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 14, 2024
1 parent 32b09d9 commit 250be3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install automake autoconf libtool libtool-bin m4
sudo apt-get install automake autoconf libtool libtool-bin m4 uuid-dev
# The MPICH installed on github actions is too slow
# sudo apt-get install mpich
# mpicc -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install automake autoconf libtool libtool-bin m4
sudo apt-get install automake autoconf libtool libtool-bin m4 uuid-dev
# zlib
sudo apt-get install zlib1g-dev
# mpi
Expand Down

0 comments on commit 250be3c

Please sign in to comment.