From f8ea8a4f8f1e57ade9e8348ce2636e4cf8d1bffa Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 16:26:30 +0200 Subject: [PATCH] Remved things --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 979a7ff..1e846a8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -18,7 +18,7 @@ jobs: submodules: true - name: Install Dependencies - run: sudo gluon/contrib/actions/install-dependencies.sh + run: gluon/contrib/actions/install-dependencies.sh - name: Build run: gluon/contrib/actions/run-build.sh ${{ matrix.target }}