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 }}