mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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
|
TARGET: musl
|
||||||
run: |
|
run: |
|
||||||
rustup target add x86_64-unknown-linux-musl
|
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
|
- name: Build application
|
||||||
run: npm run dist:lin
|
run: npm run dist:lin
|
||||||
|
|||||||
Reference in New Issue
Block a user