diff --git a/.github/workflows/test_stream.yaml b/.github/workflows/test_stream.yaml index 0df1ffcb..81d0fe7c 100644 --- a/.github/workflows/test_stream.yaml +++ b/.github/workflows/test_stream.yaml @@ -16,8 +16,8 @@ jobs: - name: Install dependencies run: | sudo dnf -y update - dnf install findutils - dnf install find + dnf install -y findutils + dnf install -y find dnf clean all find --version