mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
fix: libsqlite musl compilation
This commit is contained in:
parent
76b05ace14
commit
29b35fd32f
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@ -382,6 +382,8 @@ jobs:
|
||||
env:
|
||||
PKG_CONFIG_ALLOW_CROSS: true
|
||||
PKG_CONFIG_ALL_STATIC: true
|
||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-musl-gcc
|
||||
CC: aarch64-linux-musl-gcc
|
||||
TARGET: musl
|
||||
run: |
|
||||
rustup target add aarch64-unknown-linux-musl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user