We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c12fc5 + da02817 commit 550f052Copy full SHA for 550f052
1 file changed
.github/workflows/dynamic_arch.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install Dependencies
38
run: |
39
if [ "$RUNNER_OS" == "Linux" ]; then
40
- sudo apt-get install -y gfortran cmake ccache
+ sudo apt-get install -y gfortran cmake ccache libtinfo5
41
elif [ "$RUNNER_OS" == "macOS" ]; then
42
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
43
brew reinstall gcc
0 commit comments