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:
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user