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