From b9186d2cdfc8bbb2921093d342b196c1cc7bc2db Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 12 Nov 2022 11:37:54 +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 | 5 ----- scripts/win-build.bat | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7c1becc4..4acbbb5ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,11 +161,6 @@ jobs: with: path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-linux - - name: Remove Kernel Directory for Windows 32bit - uses: JesseTG/rm@v1.0.2 - with: - path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel32 - - name: Remove Kernel Directory for Windows uses: JesseTG/rm@v1.0.2 with: diff --git a/scripts/win-build.bat b/scripts/win-build.bat index 2b20ac057..91e7e34cf 100644 --- a/scripts/win-build.bat +++ b/scripts/win-build.bat @@ -7,7 +7,6 @@ cd .. echo 'Cleaning Builds' del /S /Q /F app\build 1>nul del /S /Q /F app\kernel 1>nul -del /S /Q /F app\kernel32 1>nul echo 'Building Kernel' go version