From 3383d84174aee73f84ad43461020c26cd7009f53 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 16:30:13 +0200 Subject: [PATCH] Remved things --- .gitea/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1e846a8..17cd882 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -18,7 +18,9 @@ jobs: submodules: true - name: Install Dependencies - run: gluon/contrib/actions/install-dependencies.sh + run: + - ls -alh + - gluon/contrib/actions/install-dependencies.sh - name: Build run: gluon/contrib/actions/run-build.sh ${{ matrix.target }}