diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4701b37..34195ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ }, { "name": "Install build dependencies", - "run": "dnf -y install tree && tree .", + "run": "dnf -y install tree && tree -a .", }, { "name": "Install build dependencies",