From c0003b533b4f711f4ad51ff7390055b54f6d3e95 Mon Sep 17 00:00:00 2001 From: miu <205594122@qq.com> Date: Sun, 15 Mar 2026 04:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-ex?= =?UTF-8?q?e.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-exe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 1598112..12ba46d 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -8,6 +8,9 @@ on: jobs: build: runs-on: Ubuntu_docker_act # 使用上面的标签 + + container: + image: ubuntu-latest steps: - uses: actions/checkout@v4