We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870aee4 commit 45e745bCopy full SHA for 45e745b
.github/workflows/rust.yml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: SSH, Pull, and Build Main and Examples
41
run: |
42
- ssh -tt ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT || 22 }} "export PATH=$PATH:~/.cargo/bin && cd ~/ww-rs && git checkout master && git pull && make build examples"
+ ssh -tt ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT || 22 }} ". ~/.profile && cd ~/ww-rs && git checkout master && git pull && env CARGO_TERM_COLOR=always make build examples"
0 commit comments