From ca01dfe2f2253a701637b344de8be20e66f075d1 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 16:41:41 +0200 Subject: [PATCH] Remved things --- .gitea/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7e3749a..b7399e8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -19,13 +19,16 @@ jobs: submodules: recursive - name: LS - run: cd gluon && ls -alh + run: ls -alh + working-directory: gluon - name: Install Dependencies - run: gluon/contrib/actions/install-dependencies.sh + run: contrib/actions/install-dependencies.sh + working-directory: gluon - name: Build - run: gluon/contrib/actions/run-build.sh ${{ matrix.target }} + run: contrib/actions/run-build.sh ${{ matrix.target }} + working-directory: gluon - name: Archive build logs if: ${{ !cancelled() }}