Skip to content

Commit 550f052

Browse files
authored
Merge pull request #3873 from martin-frbg/workflow-flang
GH workflow: ensure libtinfo is available for Linux/flang
2 parents 4c12fc5 + da02817 commit 550f052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Dependencies
3838
run: |
3939
if [ "$RUNNER_OS" == "Linux" ]; then
40-
sudo apt-get install -y gfortran cmake ccache
40+
sudo apt-get install -y gfortran cmake ccache libtinfo5
4141
elif [ "$RUNNER_OS" == "macOS" ]; then
4242
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
4343
brew reinstall gcc

0 commit comments

Comments
 (0)