From 20e719d96dc8ff3a8512e985d63c9bd5d6140b66 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 16:32:07 +0200 Subject: [PATCH] Remved things --- .gitea/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 17cd882..9455218 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -17,10 +17,11 @@ jobs: - uses: actions/checkout@v3 submodules: true + - name: LS + run: ls -alh + - name: Install Dependencies - run: - - ls -alh - - gluon/contrib/actions/install-dependencies.sh + run: gluon/contrib/actions/install-dependencies.sh - name: Build run: gluon/contrib/actions/run-build.sh ${{ matrix.target }}