Skip to content

Commit

Permalink
Try to fix apt workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valtzu committed Apr 20, 2024
1 parent ee2baa4 commit f1dfd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
python3 python3-pip python-is-python3 python3-pyelftools python3-pefile pipx \
qemu-user-static binfmt-support bubblewrap dosfstools mtools uidmap debian-archive-keyring
qemu-user-static binfmt-support bubblewrap dosfstools mtools uidmap debian-archive-keyring \
binutils-aarch64-linux-gnu jq
- run: |
pipx ensurepath
pipx install git+https://github.com/systemd/mkosi.git@v22
Expand Down

0 comments on commit f1dfd80

Please sign in to comment.