Skip to content

Commit

Permalink
GitHub Action: Install all required mkosi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davide125 committed Nov 11, 2024
1 parent c1766d1 commit a85cd35
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ runs:
# For archlinux-keyring and pacman
sudo add-apt-repository ppa:michel-slm/kernel-utils
sudo apt-get update
sudo apt-get install --assume-yes --no-install-recommends \
archlinux-keyring \
debian-archive-keyring \
dnf \
makepkg \
pacman-package-manager \
systemd-container \
zypper
mkosi dependencies | xargs -d '\n' sudo apt-get install
sudo pacman-key --init
sudo pacman-key --populate archlinux
Expand Down

0 comments on commit a85cd35

Please sign in to comment.