Merge pull request 'fix(ci): use POSIX dot instead of source in arm64 build step' (#14) from fix/arm64-source-sh into master

Reviewed-on: #14
This commit is contained in:
sarman 2026-04-05 19:42:49 +00:00
commit fdbcee9fbd

View File

@ -451,7 +451,7 @@ jobs:
OPENSSL_NO_VENDOR: "0"
OPENSSL_STATIC: "1"
run: |
source "$HOME/.cargo/env"
. "$HOME/.cargo/env"
npm ci --legacy-peer-deps
rustup target add aarch64-unknown-linux-gnu
CI=true npx tauri build --target aarch64-unknown-linux-gnu