From c317cda79d387fe6aecd47086dddf098ae47f6b4 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 1 Sep 2024 08:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/building-deb.yml | 2 ++ .github/workflows/configure-building-enviroment-base-system.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index 9051acb..33b6131 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -160,6 +160,8 @@ jobs: steps: - name: Clone Repository To Get Script run: | + apt update + apt install sudo git -y git clone $REPOSITORY --depth=1 mv $(basename $REPOSITORY)/* . -v mv $(basename $REPOSITORY)/.* . -v | true diff --git a/.github/workflows/configure-building-enviroment-base-system.sh b/.github/workflows/configure-building-enviroment-base-system.sh index 5b740ec..4a8553d 100755 --- a/.github/workflows/configure-building-enviroment-base-system.sh +++ b/.github/workflows/configure-building-enviroment-base-system.sh @@ -17,7 +17,7 @@ function useDebianPort() { } sudo apt update -sudo apt install debootstrap qemu-user-static git -y +sudo apt install debootstrap binfmt-support qemu-user-static git -y bottlePath=./system-bottle if [[ $2 == "beige" ]]; then getd23debootstrap