try libtinfo5 rather than libtinfo-devel

This commit is contained in:
Martin Kroeker
2022-12-19 22:53:53 +01:00
committed by GitHub
parent 4d9d810b98
commit da028179e4

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install Dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y gfortran cmake ccache libtinfo-devel
sudo apt-get install -y gfortran cmake ccache libtinfo5
elif [ "$RUNNER_OS" == "macOS" ]; then
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
brew reinstall gcc