ci: fix no git
Some checks failed
/ build (push) Failing after 36s

This commit is contained in:
thislight 2024-07-13 19:39:22 +08:00
parent c7828fe32f
commit 5ddee953b6
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -19,7 +19,7 @@ jobs:
image: fedora:40 image: fedora:40
steps: steps:
- name: Install Tools - name: Install Tools
run: 'dnf install -y --setopt install_weak_deps=False nodejs buildah qemu-user-static' run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static'
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Images - name: Build Images