git isn't installed either

This commit is contained in:
lleyton
2022-10-22 19:25:42 -07:00
committed by GitHub
parent 3763401074
commit e354b2b7e6
+1
View File
@@ -43,6 +43,7 @@ jobs:
image: registry.fedoraproject.org/fedora:37
options: --cap-add=SYS_ADMIN --privileged
steps:
- run: sudo dnf install -y git
- name: Checkout
uses: actions/checkout@v3
with: