Skip to content

Commit

Permalink
Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Dec 26, 2023
1 parent 823fd50 commit b425e76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,14 @@ jobs:

- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
shell: bash

- name: Build
run: source $HOME/.cargo/env && cargo build --release
working-directory: client
shell: bash

- name: Rename binary
run: find . -type f -name mysti-client -exec mv {} mysti-client-debian \;
Expand Down

0 comments on commit b425e76

Please sign in to comment.