From 91ac2ed6c4d2b9f43a123057a767bd103408d6c8 Mon Sep 17 00:00:00 2001 From: Jo Date: Fri, 29 Mar 2024 17:26:45 +0100 Subject: [PATCH] Next try - use another debootstrap --- .github/workflows/debuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debuild.yml b/.github/workflows/debuild.yml index 27542c2..cbd1564 100644 --- a/.github/workflows/debuild.yml +++ b/.github/workflows/debuild.yml @@ -103,7 +103,7 @@ jobs: fi - name: install pbuilder run: | - sudo apt-get install pbuilder qemu-user-static pipx hub + sudo apt-get install pbuilder mmdebstrap qemu-user-static pipx hub # Needed for the release download - uses: actions/checkout@v2 - name: Set env @@ -134,6 +134,7 @@ jobs: sudo pbuilder create --architecture ${{ matrix.architecture }} \ --distribution ${{ matrix.distribution }} \ --basetgz $PBRT/current.tgz \ + --debootstrap mmdebstrap \ --debootstrapopts \ --keyring=/usr/share/keyrings/${{ matrix.keyring }}.gpg - name: pbuild ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.distribution }}