Skip to content

Commit

Permalink
fixes debootstrap failing
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Nov 6, 2024
1 parent 418da75 commit 5033ce9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install debootstrap from Ubuntu git
- name: Install debootstrap
run: |
sudo git clone --depth 1 https://git.launchpad.net/ubuntu/+source/debootstrap /debootstrap
sudo chmod a+x /debootstrap/debootstrap
sudo ln -s /debootstrap/debootstrap -t /usr/local/bin
sudo apt-get update
sudo apt-get install -y debootstrap
- name: Replace testing repository with production
if: ${{ github.ref_type == 'tag' }}
Expand Down

0 comments on commit 5033ce9

Please sign in to comment.