mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 07:29:29 -06:00
:octocat: 更新 GitHub Actions CI 脚本
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user