From 3253c06e54f8561e354260a8f5cd2e3120199b99 Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Wed, 10 Jul 2024 18:16:04 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YdrMaster --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20de7e66..211b3954 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,11 +29,8 @@ jobs: with: xmake-version: latest - - name: xmake config - run: xmake f - - - name: xmake build + - name: Build run: xmake - - name: xmake run - run: xmake run summary --simple + - name: Summary + run: xmake run summary