1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

linux-x86-builds-fix (#14321)

* readd rust toolchain commands

* revert native module build call
This commit is contained in:
aj-bw
2025-04-17 09:18:39 -04:00
committed by GitHub
parent 170f97da8e
commit 08b966409f

View File

@@ -237,7 +237,7 @@ jobs:
TARGET: musl
run: |
rustup target add x86_64-unknown-linux-musl
node build.js cross-platform
node build.js --target=x86_64-unknown-linux-musl --release
- name: Build application
run: npm run dist:lin