put libtinfo5 install on separate instruction, remove ncurses

This commit is contained in:
Martin Kroeker 2023-03-02 09:00:41 +01:00 committed by GitHub
parent de63abeda3
commit bdeee9e628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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