From c86dc35f7ea7a3698c86b3a74e14f770cb4e5859 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index 0db33ea..d700512 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -37,6 +37,8 @@ jobs: steps: - uses: actions/checkout@v3 + - run: apt add ansible-core + - name: Set up Go uses: actions/setup-go@v3 with: @@ -53,8 +55,6 @@ jobs: ./build/ev args: -fq - - run: apk add ansible-core - - name: Deploy uses: https://git.sour.is/actions/action-ansible-playbook@v2 with: