diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml
index 2f2a563..776b6a4 100644
--- a/.gitea/workflows/actions.yaml
+++ b/.gitea/workflows/actions.yaml
@@ -17,7 +17,9 @@ jobs:
           echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
           echo "🖥️ The workflow is now ready to test your code on the runner."
       - name: Install dependencies
-        run: apt update && apt install tree -y
+        run: |
+          apt update
+          apt install tree -y
       - name: List files in the repository
         run: tree ${{ gitea.workspace }}
       - name: Job's status