From d3fb634a942bc24b7d6506a3f177b53625d6e5d9 Mon Sep 17 00:00:00 2001 From: huangzhiqiang Date: Sat, 7 Jun 2025 15:59:10 +0800 Subject: [PATCH] update action --- .gitea/workflows/build-ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-ubuntu.yaml b/.gitea/workflows/build-ubuntu.yaml index 6f18b0f..a2fb39c 100644 --- a/.gitea/workflows/build-ubuntu.yaml +++ b/.gitea/workflows/build-ubuntu.yaml @@ -43,7 +43,7 @@ jobs: run: | echo "当前工作目录: $(pwd)" echo "目录内容:" - chomd +x ./auto/configure + chmod +x ./auto/configure # 按照 README 步骤进行配置,使用 auto/configure 脚本 ./auto/configure \