ci: install git

This commit is contained in:
steven-omaha
2023-05-15 15:09:54 +02:00
parent 0f487abc18
commit 3bab73cb26
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
image: archlinux image: archlinux
steps: steps:
- name: Install Packages - name: Install Packages
run: pacman -Syu rust clang gcc libarchive pkgconf --noconfirm --needed run: pacman -Syu git rust clang gcc libarchive pkgconf --noconfirm --needed
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2