From 3d830dc54dd8bf16592940acef785b5b632cf10a Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 07:11:26 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index b4b1e88..82019bd 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -17,4 +17,4 @@ jobs: container: steps: - name: install required stuff - run: apt-get -y update ; apt -y install netcat-openbsd; nc database 3306" \ No newline at end of file + run: apt-get -y update ; apt -y install netcat-openbsd; nc database 3306 \ No newline at end of file