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:
commit
fdbcee9fbd
@ -451,7 +451,7 @@ jobs:
|
|||||||
OPENSSL_NO_VENDOR: "0"
|
OPENSSL_NO_VENDOR: "0"
|
||||||
OPENSSL_STATIC: "1"
|
OPENSSL_STATIC: "1"
|
||||||
run: |
|
run: |
|
||||||
source "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
npm ci --legacy-peer-deps
|
npm ci --legacy-peer-deps
|
||||||
rustup target add aarch64-unknown-linux-gnu
|
rustup target add aarch64-unknown-linux-gnu
|
||||||
CI=true npx tauri build --target aarch64-unknown-linux-gnu
|
CI=true npx tauri build --target aarch64-unknown-linux-gnu
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user