Skip to content

Commit

Permalink
Merge pull request #144 from MusicDin/feat/arm-images
Browse files Browse the repository at this point in the history
image-setup: Add missing make package
  • Loading branch information
tomponline authored Apr 16, 2024
2 parents ffe8f3a + 9118a59 commit d0ba973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/image-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ runs:
sudo apt-get -qq update
sudo apt-get install -y --no-install-recommends \
debootstrap \
qemu-utils \
git \
gpg \
make
qemu-utils \
rsync \
squashfs-tools
Expand Down

0 comments on commit d0ba973

Please sign in to comment.