Skip to content

Commit da02817

Browse files
authored
try libtinfo5 rather than libtinfo-devel
1 parent 4d9d810 commit da02817

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 libtinfo-devel
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)