Merge pull request 'fix(ci): use POSIX dot instead of source in arm64 build step' (#14) from fix/arm64-source-sh into master
Some checks failed
Auto Tag / autotag (push) Successful in 1m26s
Auto Tag / wiki-sync (push) Successful in 1m28s
Auto Tag / build-macos-arm64 (push) Successful in 6m15s
Auto Tag / build-windows-amd64 (push) Successful in 14m49s
Auto Tag / build-linux-arm64 (push) Failing after 22m1s
Auto Tag / build-linux-amd64 (push) Has been cancelled
Some checks failed
Auto Tag / autotag (push) Successful in 1m26s
Auto Tag / wiki-sync (push) Successful in 1m28s
Auto Tag / build-macos-arm64 (push) Successful in 6m15s
Auto Tag / build-windows-amd64 (push) Successful in 14m49s
Auto Tag / build-linux-arm64 (push) Failing after 22m1s
Auto Tag / build-linux-amd64 (push) Has been cancelled
Reviewed-on: #14
This commit is contained in:
commit
2af23f8e95
@ -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