Browse Source

Merge pull request #3873 from martin-frbg/workflow-flang

GH workflow: ensure libtinfo is available for Linux/flang
tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
550f052154
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dynamic_arch.yml

+ 1
- 1
.github/workflows/dynamic_arch.yml View File

@@ -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 libtinfo5
elif [ "$RUNNER_OS" == "macOS" ]; then
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
brew reinstall gcc


Loading…
Cancel
Save