Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 20, 2024
1 parent dca330e commit bfffafa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
rustup
echo 1 | rustup-init --default-toolchain stable --target x86_64-unknown-linux-musl
- name: Build Native Module
env:
PKG_CONFIG_ALL_STATIC: true
TARGET: musl
run: |
cargo build --release --target x86_64-unknown-linux-musl
Expand Down Expand Up @@ -224,13 +227,8 @@ jobs:
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
working-directory: apps/desktop/desktop_native
env:
PKG_CONFIG_ALLOW_CROSS: true
PKG_CONFIG_ALL_STATIC: true
TARGET: musl
run: |
rustup target add x86_64-unknown-linux-musl
node build.js cross-platform
node build.js
- name: Build application
run: npm run dist:lin
Expand Down

0 comments on commit bfffafa

Please sign in to comment.