From 9fb00ebb633cbdd586106ad15957462897a92c0e Mon Sep 17 00:00:00 2001 From: FantasyGmm <16450052+FantasyGmm@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:26:41 +0800 Subject: [PATCH] update: ci package expect needed for using brmake --- .github/workflows/duoimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/duoimage.yml b/.github/workflows/duoimage.yml index 0139e9d095..53ff27cf53 100644 --- a/.github/workflows/duoimage.yml +++ b/.github/workflows/duoimage.yml @@ -19,7 +19,7 @@ jobs: - name: Initialization environment run: | 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" - name: Initialization libssl1.1