Skip to content

Commit

Permalink
Install libtinfo5 from jammy-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 16, 2024
1 parent af26991 commit 60ddcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ jobs:
- name: Install libtinfo
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libtinfo5
wget https://mirrors.kernel.org/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
sudo dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb
- name: Run all the tests
env:
GITHUB_ACTIONS_OS: ${{matrix.os}}
Expand Down

0 comments on commit 60ddcc3

Please sign in to comment.