Install git in buildah container

HubbeKing-multiplatform-builds
Hubbe 6 days ago committed by GitHub
parent ce3f91444e
commit 418af41810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,6 +43,13 @@ jobs:
- thrimshim
- zulip_bots
steps:
- name: Install git
# the buildah/stable image doesn't include git
# actions/checkout works without git, but not if you do submodules
# thus, we install git
run: |
sudo dnf install -y git
- name: Check out repo
uses: actions/checkout@v3
with:

Loading…
Cancel
Save