From 979e93eb095995f6a38fc7bec8a9f56c3a21d8ca Mon Sep 17 00:00:00 2001 From: forever Date: Fri, 25 Oct 2024 07:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/test.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6f3c599..86ffde6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,11 @@ jobs: - name: 测试 run: | sudo apt update && sudo apt -y dist-upgrade - sudo apt install -y gcc g++ python make texinfo texlive bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev unzip language-pack-zh-hans + sudo apt install -y gcc g++ make texinfo texlive bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32readline-dev lib32z1-dev liblz4-tool libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev unzip language-pack-zh-hans git clone https://xc.null.red:3000/nullptr/android_kernel_xiaomi_mondrian ls -al - pwd \ No newline at end of file + pwd + mkdir -p "$HOME/toolchains/neutron-clang" + cd "$HOME/toolchains/neutron-clang" + bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") -S + \ No newline at end of file