From 2c297a029888ca55add2bc913eff3145b383a33d Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 18 Oct 2024 19:35:55 +0100 Subject: [PATCH] Try using the ubuntu act image --- .gitea/workflows/build-and-copy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-and-copy.yaml b/.gitea/workflows/build-and-copy.yaml index ffd5873..cbc07d9 100644 --- a/.gitea/workflows/build-and-copy.yaml +++ b/.gitea/workflows/build-and-copy.yaml @@ -6,6 +6,8 @@ on: jobs: build-and-copy: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v4