From 4fd3ffa32674a8f60174044abcbde9979c13c43d Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 10:33:50 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=90=88=E5=B9=B6=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=92=8C=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/built-bin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index ef9442d..28876e1 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -4,6 +4,8 @@ on: [push, pull_request] jobs: build: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest env: REGISTRY: git.ivanli.cc