diff --git a/.gitea/workflows/wf_full.yaml b/.gitea/workflows/wf_full.yaml index e32c546..74b55d5 100644 --- a/.gitea/workflows/wf_full.yaml +++ b/.gitea/workflows/wf_full.yaml @@ -15,6 +15,14 @@ jobs: repo: ${{ env.REPO }} buildres: ${{ steps.build-script.outcome }} steps: + - name: Update apt + uses: actions/init-alt-env@v1 + - name: Install requires + run: | + echo "apt-get install -y python3-module-tomli python3-module-jinja2 python3-module-yaml python3-module-requests podman buildah jq curl" + apt-get install -y python3-module-tomli python3-module-jinja2 python3-module-yaml python3-module-requests podman buildah jq curl + echo "apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-riscv qemu-user-static-binfmt-loongarch" + apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-riscv qemu-user-static-binfmt-loongarch - name: Check workspace run: | repourl=$(echo $GU | cut -d '/' -f 3) @@ -42,14 +50,6 @@ jobs: echo "10.4.0.3 update.altsp.su" >> /etc/hosts echo "cat /etc/hosts" cat /etc/hosts - - name: Update apt - uses: actions/init-alt-env@v1 - - name: Install requires - run: | - echo "apt-get install -y python3-module-tomli python3-module-jinja2 python3-module-yaml python3-module-requests podman buildah jq curl" - apt-get install -y python3-module-tomli python3-module-jinja2 python3-module-yaml python3-module-requests podman buildah jq curl - echo "apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-riscv qemu-user-static-binfmt-loongarch" - apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-riscv qemu-user-static-binfmt-loongarch - name: Check out current repo uses: actions/checkout@v4 - name: Login podman gitea