update Ubuntu tinfo package version

This commit is contained in:
Martin Kroeker
2026-07-05 15:04:43 +02:00
committed by GitHub
parent e70a7a735f
commit a45da9e756
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
fi
if [ "${{ matrix.fortran }}" == "flang" ]; then
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
sudo apt install ./libtinfo5_6.3-2ubuntu0.1_amd64.deb
sudo apt install ./libtinfo5_6.3-2ubuntu0.2_amd64.deb
else
sudo apt-get install -y ${{ matrix.fortran }}
fi