Skip to content

Commit

Permalink
Update libtinfo dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 16, 2024
1 parent af26991 commit 90a02ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libtinfo5
sudo apt-get install libtinfo6
- name: Run all the tests
env:
GITHUB_ACTIONS_OS: ${{matrix.os}}
Expand Down

0 comments on commit 90a02ff

Please sign in to comment.