mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
585e037dba
commit
e22ab43664
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ set -euo pipefail
|
||||||
|
|
||||||
export ARTIFACT_NAME="yazi-$1"
|
export ARTIFACT_NAME="yazi-$1"
|
||||||
export YAZI_GEN_COMPLETIONS=1
|
export YAZI_GEN_COMPLETIONS=1
|
||||||
|
export MACOSX_DEPLOYMENT_TARGE="10.9"
|
||||||
|
|
||||||
# Setup Rust toolchain
|
# Setup Rust toolchain
|
||||||
if [[ "$1" == *-musl ]]; then
|
if [[ "$1" == *-musl ]]; then
|
||||||
|
|
@ -12,7 +13,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build for the target
|
# Build for the target
|
||||||
MACOSX_DEPLOYMENT_TARGE="10.9" cargo build --release --locked --target "$1"
|
cargo build --release --locked --target "$1"
|
||||||
|
|
||||||
# Create the artifact
|
# Create the artifact
|
||||||
mkdir -p "$ARTIFACT_NAME/completions"
|
mkdir -p "$ARTIFACT_NAME/completions"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue