Skip to content

Commit 4d212ff

Browse files
committed
Github action: PnetCDF requires libtool 2.5.4
1 parent 6e0be8d commit 4d212ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pnetcdf_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
set -x
3838
sudo apt-get update
39-
sudo apt-get install automake autoconf libtool libtool-bin m4
39+
sudo apt-get install automake autoconf libtool=2.5.4 m4
4040
# mpich
4141
# sudo apt-get install mpich
4242
# zlib

0 commit comments

Comments
 (0)