ci: fix tool install
Some checks failed
/ build (push) Failing after 41s

This commit is contained in:
thislight 2024-07-13 20:51:15 +08:00
parent 56456b015b
commit 9f9b730e18
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

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