update: ci package expect needed for using brmake

This commit is contained in:
FantasyGmm
2024-01-09 14:26:41 +08:00
committed by GitHub
parent 7812a4b8e7
commit 9fb00ebb63

View File

@ -19,7 +19,7 @@ jobs:
- name: Initialization environment - name: Initialization environment
run: | run: |
sudo -E apt-get -qq update sudo -E apt-get -qq update
sudo -E apt-get -qq install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake sudo -E apt-get -qq install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect
sudo timedatectl set-timezone "$TZ" sudo timedatectl set-timezone "$TZ"
- name: Initialization libssl1.1 - name: Initialization libssl1.1