From f6e1fc94fb61115e695ea8e1f97c4ff9fbe7a58b Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Mon, 29 Apr 2024 16:55:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=E9=85=8D=E7=BD=AE=E7=9A=84=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=B7=AF=E5=BE=84=E5=86=99=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 652eda75..f9dc2b06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,4 +82,4 @@ jobs: - name: 构建指定项目 run: | cd luatos-soc-2024/ci/ - python3 ci_build ${{matrix.csdk_chip}} + python3 ci_build.py ${{matrix.csdk_chip}}