install libncurses5 on ubuntu

This commit is contained in:
wangyunlai 2023-07-19 11:14:30 +08:00 committed by GitHub
parent 263e7a55b7
commit 2f39a035b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin
apt-get install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin libncurses5
- name: Install centos environment
shell: bash