mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
:octocat: 更新 GitHub Actions CI 脚本
This commit is contained in:
parent
8fb75c69f1
commit
b9186d2cdf
2 changed files with 0 additions and 6 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -161,11 +161,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-linux
|
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
|
- name: Remove Kernel Directory for Windows
|
||||||
uses: JesseTG/rm@v1.0.2
|
uses: JesseTG/rm@v1.0.2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ cd ..
|
||||||
echo 'Cleaning Builds'
|
echo 'Cleaning Builds'
|
||||||
del /S /Q /F app\build 1>nul
|
del /S /Q /F app\build 1>nul
|
||||||
del /S /Q /F app\kernel 1>nul
|
del /S /Q /F app\kernel 1>nul
|
||||||
del /S /Q /F app\kernel32 1>nul
|
|
||||||
|
|
||||||
echo 'Building Kernel'
|
echo 'Building Kernel'
|
||||||
go version
|
go version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue