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