put libtinfo5 install on separate instruction, remove ncurses
This commit is contained in:
parent
de63abeda3
commit
bdeee9e628
|
@ -37,7 +37,8 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
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
|
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||||
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
|
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
|
||||||
brew reinstall gcc
|
brew reinstall gcc
|
||||||
|
|
Loading…
Reference in New Issue