Skip to content

Commit 08bf6b2

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
1 parent 86296d1 commit 08bf6b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mkosi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474

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

7983
- name: Configure

0 commit comments

Comments
 (0)