Skip to content

Commit 870aee4

Browse files
committed
Explicitly add Cargo binary directory to PATH
1 parent b97c05a commit 870aee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: SSH, Pull, and Build Main and Examples
4141
run: |
42-
ssh -tt ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT || 22 }} "cd ~/ww-rs && git checkout master && git pull && make build examples"
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"

0 commit comments

Comments
 (0)