ensure libtinfo is available for Linux/flang
This commit is contained in:
parent
4c12fc5f5d
commit
4d9d810b98
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
sudo apt-get install -y gfortran cmake ccache
|
||||
sudo apt-get install -y gfortran cmake ccache libtinfo-devel
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
|
||||
brew reinstall gcc
|
||||
|
|
Loading…
Reference in New Issue