Install git before action

This commit is contained in:
project-repo 2023-04-20 13:09:30 +02:00
commit 278893ef8e

View file

@ -8,11 +8,11 @@ jobs:
container:
image: archlinux:latest
steps:
- run: pacman-key --init
- run: pacman -Syu --noconfirm git sudo
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: pacman-key --init
- run: pacman -Syu --noconfirm git sudo
- run: bash scripts/install-development-environment
- run: |
for commit in $(git rev-list ${{ github.base_ref }}..${{ github.head_ref }}); do