From 4628316b0c53340216c6710129a0f90676535fd0 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sat, 14 Sep 2024 22:57:51 +0200 Subject: [PATCH] 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",