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 26ecb38 commit dca330e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ jobs:
run: |
apk add --no-cache \
build-base \
rustup \
cargo
echo 1 | rustup-init --default-toolchain stable --target x86_64-unknown-linux-musl
rustup
echo 1 | rustup-init --default-toolchain stable --target x86_64-unknown-linux-musl
- name: Build Native Module
run: |
cargo build --release --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit dca330e

Please sign in to comment.