From ccb19663a1185946b1381ff2fabc1ab6dbaea165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sat, 8 Jun 2024 13:11:35 +0200 Subject: [PATCH] Test Actions --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 2d484d8..0251dd2 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -15,5 +15,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - tree ${{ gitea.workspace }} + apt install tree -y && tree ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."