Skip to content

Commit

Permalink
Next try - use another debootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Mar 29, 2024
1 parent 1fab717 commit 932ecb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 932ecb5

Please sign in to comment.