fix(ci): bootstrap with which

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-08-16 18:43:36 +08:00
committed by GitHub
parent bd9d8fa75a
commit 8698a9ed87
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install repositories
run: dnf5 install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel
run: dnf5 install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel which
- uses: actions/setup-go@v3
with: