Skip to content

Commit 90a02ff

Browse files
committed
Update libtinfo dependency in CI
1 parent af26991 commit 90a02ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
if: matrix.os == 'ubuntu-latest'
198198
run: |
199199
sudo apt-get update
200-
sudo apt-get install libtinfo5
200+
sudo apt-get install libtinfo6
201201
- name: Run all the tests
202202
env:
203203
GITHUB_ACTIONS_OS: ${{matrix.os}}

0 commit comments

Comments
 (0)