Skip to content

Commit

Permalink
ubuntu 24 now comes with libtinfo6 rather than 5
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 16, 2025
1 parent a7483d1 commit 610a28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update
sudo apt-get install -y gfortran cmake ccache libtinfo5
sudo apt-get install -y gfortran cmake ccache libtinfo6
elif [ "$RUNNER_OS" == "macOS" ]; then
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
brew reinstall gcc
Expand Down

0 comments on commit 610a28c

Please sign in to comment.