arch: Add missing git dependency.

This commit is contained in:
June Tate-Gans 2024-03-28 18:01:16 -05:00
parent 41a7da1a46
commit 930399f069

View File

@ -48,7 +48,7 @@ steps:
commands: commands:
- pacman -Sy --noconfirm - pacman -Sy --noconfirm
- pacman -S --noconfirm base-devel python meson lsb-release - pacman -S --noconfirm base-devel python meson lsb-release git
- chown -R nobody:nobody . - chown -R nobody:nobody .
- sudo -u nobody make - sudo -u nobody make