File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
pacman --noconfirm -Syu
74
74
pacman --noconfirm -S sudo binutils fakeroot base-devel git \
75
75
xmlto docbook-xsl kmod inetutils bc dtc \
76
- aarch64-linux-gnu-gcc aarch64-linux-gnu-glibc
76
+ aarch64-linux-gnu-gcc aarch64-linux-gnu-glibc python3
77
77
# Fix permissions (can't makepkg as root)
78
78
echo "nobody ALL=(ALL) NOPASSWD: /usr/bin/pacman" >> /etc/sudoers
79
79
- name : Set up makepkg-aarch64 for cross-compilation
@@ -123,7 +123,7 @@ jobs:
123
123
pacman --noconfirm -Syu
124
124
pacman --noconfirm -S sudo binutils fakeroot base-devel git \
125
125
xmlto docbook-xsl kmod inetutils bc dtc \
126
- aarch64-linux-gnu-gcc aarch64-linux-gnu-glibc
126
+ aarch64-linux-gnu-gcc aarch64-linux-gnu-glibc python3
127
127
# Fix permissions (can't makepkg as root)
128
128
echo "nobody ALL=(ALL) NOPASSWD: /usr/bin/pacman" >> /etc/sudoers
129
129
- name : Set up makepkg-aarch64 for cross-compilation
You can’t perform that action at this time.
0 commit comments