From 069ce91a035dc9bfcff397d5af8d008d0b73fb09 Mon Sep 17 00:00:00 2001 From: xuu Date: Fri, 29 Sep 2023 13:13:09 -0600 Subject: [PATCH] build: add gitea runner --- .gitea/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index a3f243c..5a227eb 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v3 - - run: apt-get -y install ansible-core + - run: apt-get -y install ansible - name: Set up Go uses: actions/setup-go@v3