ci: install git
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user