mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-19 18:10:38 +00:00
fix(ci): bootstrap use dnf?
Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user