fix: install which to CI
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Peter 2023-08-23 23:49:26 +02:00
parent 98a8ea2a77
commit 3b6b2dea2a
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -18,6 +18,7 @@ steps:
- name: Validate setup.sh
image: docker.io/fedora:38
commands:
- dnf install -y which rsync
- bash -e -x ./setup.sh
---
@ -40,5 +41,6 @@ steps:
- name: Validate setup.sh
image: docker.io/fedora:38
commands:
- dnf install -y which rsync
- bash -e -x ./setup.sh