Skip to content

Commit a627111

Browse files
committedOct 16, 2024
Add apt repository 'universe' for libtinfo5
1 parent 90a02ff commit a627111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎.github/workflows/bindgen.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ jobs:
196196
- name: Install libtinfo
197197
if: matrix.os == 'ubuntu-latest'
198198
run: |
199+
sudo add-apt-repository universe
199200
sudo apt-get update
200-
sudo apt-get install libtinfo6
201+
sudo apt-get install libtinfo5
201202
- name: Run all the tests
202203
env:
203204
GITHUB_ACTIONS_OS: ${{matrix.os}}

0 commit comments

Comments
 (0)