Skip to content

Commit 6f2e563

Browse files
dtolnayemilio
authored andcommitted
Install libtinfo5 from jammy-updates
1 parent 3300618 commit 6f2e563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ jobs:
196196
- name: Install libtinfo
197197
if: matrix.os == 'ubuntu-latest'
198198
run: |
199-
sudo apt-get update
200-
sudo apt-get install libtinfo5
199+
wget https://mirrors.kernel.org/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
200+
sudo dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb
201201
- name: Run all the tests
202202
env:
203203
GITHUB_ACTIONS_OS: ${{matrix.os}}

0 commit comments

Comments
 (0)