Skip to content

Commit

Permalink
chore: install debootstrap from Ubuntu git
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jul 15, 2024
1 parent 1424bce commit 55bcf3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install debootstrap from Ubuntu git
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
- name: Rootfs
working-directory: rootfs
run: |
sudo apt install -y debootstrap podman
sudo apt install -y podman
sudo sh build.sh
- uses: vanilla-os/[email protected]
Expand Down

0 comments on commit 55bcf3e

Please sign in to comment.