Skip to content

Commit

Permalink
lab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeira42 committed Dec 9, 2024
1 parent a7522dd commit d853af6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
ldd test
"
- name: ssh to jetson
- name: install sshpass
run: sudo apt-get install -y sshpass

- name: ssh to jetson and copy binary
run: |
sshpass -p "${{ secrets.JETSON_PASSWORD }}" scp -r bin/ team06@10.21.221.56:/home/team06/

0 comments on commit d853af6

Please sign in to comment.