mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 04:18:48 +01:00
:octocat: 更新 GitHub Actions CI 脚本
This commit is contained in:
parent
b9186d2cdf
commit
6ca128aeeb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue