fix(ci): bootstrap use dnf?

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-08-16 17:46:11 +08:00
committed by GitHub
parent aebd74aa1a
commit cba38aa452
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
go-version: "^1.19"
- name: Install repositories
run: sudo dnf5 install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel
run: sudo dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5
- uses: actions-rs/toolchain@v1
with: