From 9d634a0b583972339f66c588566ec70ff78a78ea Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Wed, 28 Jan 2026 16:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6256bcc..aecc3bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,8 +27,8 @@ jobs: - name: 输出信息 run: | - apt update - apt install tree -y + sudo apt update + sudo apt install tree -y tree . cat app/src/main/AndroidManifest.xml