From 40c65e4d889e54e9666faa4ef87330ed520375c0 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 27 Mar 2023 20:36:38 +0100 Subject: [PATCH] Update '.gitea/workflows/publish.yaml' --- .gitea/workflows/publish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 285e9b7..e28bd33 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -14,6 +14,10 @@ jobs: runs-on: ${{ matrix.arch }} container: node:19-alpine steps: + - name: install git + run: | + apt install git --assume-yes + - name: checkout uses: https://github.com/actions/checkout@v3