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 610a28c commit 01ab072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
else
echo "::error::$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit 01ab072

Please sign in to comment.