Browse Source

put libtinfo5 install on separate instruction, remove ncurses

pull/3926/head
Martin Kroeker GitHub 3 years ago
parent
commit
bdeee9e628
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/dynamic_arch.yml

+ 2
- 1
.github/workflows/dynamic_arch.yml 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


Loading…
Cancel
Save