From 6ca128aeebd43f1eaddb00689eb0f3daa49256c3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 12 Nov 2022 11:38:50 +0800 Subject: [PATCH] =?UTF-8?q?:octocat:=20=E6=9B=B4=E6=96=B0=20GitHub=20Actio?= =?UTF-8?q?ns=20CI=20=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4acbbb5ed..0819ae84f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,12 +166,12 @@ jobs: with: path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel - - name: Remove Kernel Directory for Mac + - name: Remove Kernel Directory for macOS uses: JesseTG/rm@v1.0.2 with: path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin - - name: Remove Kernel Directory for Mac M1 + - name: Remove Kernel Directory for macOS ARM64 uses: JesseTG/rm@v1.0.2 with: path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin-arm64