mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
68f929baac
3 changed files with 4 additions and 4 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
name: ubuntu build linux.AppImage
|
||||
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
|
||||
build_args_prefix: "-s -w -X"
|
||||
|
|
@ -101,7 +101,7 @@ jobs:
|
|||
goos: "linux"
|
||||
goarch: "amd64"
|
||||
suffix: "linux.AppImage"
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
name: ubuntu build linux.tar.gz
|
||||
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
|
||||
build_args_prefix: "-s -w -X"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export OHOS_NDK_HOME=/mnt/f/ohos-sdk-windows_linux-public/linux/
|
||||
export OHOS_NDK_HOME=/mnt/f/ohos-sdk-windows_linux-public/linux
|
||||
export LOG_ADAPTOR_HOME=/mnt/f/log-adaptor
|
||||
|
||||
export CC=$OHOS_NDK_HOME/native/llvm/bin/clang
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export OHOS_NDK_HOME=/mnt/f/ohos-sdk-windows_linux-public/linux/
|
||||
export OHOS_NDK_HOME=/mnt/f/ohos-sdk-windows_linux-public/linux
|
||||
export LOG_ADAPTOR_HOME=/mnt/f/log-adaptor
|
||||
|
||||
export CC=$OHOS_NDK_HOME/native/llvm/bin/clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue