Skip to content

Commit 70dfddd

Browse files
committed
GHA: install makepkg manually
/usr/bin/pacman-key: line 31: /usr/share/makepkg/util/message.sh: No such file or directory /usr/bin/pacman-key: line 32: /usr/share/makepkg/util/parseopts.sh: No such file or directory /usr/bin/pacman-key: line 620: parseopts: command not found (cherry picked from commit 66ffce7)
1 parent b6540ad commit 70dfddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474

7575
steps:
7676
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
77+
78+
- name: Build dependencies
79+
run: sudo apt install --yes makepkg
80+
7781
- uses: systemd/mkosi@5866c0ff3b36d350c943016e5a3b115f7a95d37f
7882

7983
- name: Configure

0 commit comments

Comments
 (0)