Skip to content

Commit 75c848d

Browse files
committed
Fix SSH
1 parent bdfb44e commit 75c848d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: Sync with FreeBSD
3333
run:
34-
rsync -rlptxzH -e ssh --del ./ freebsd:work/
34+
rsync -rlptxzH -e 'ssh -l root' --del ./ freebsd:work/
3535

3636
- name: Build on FreeBSD
3737
run:
3838
ssh freebsd 'cd work && cargo build --locked --release'
3939

4040
- name: Copy binary to host
4141
run:
42-
scp work/target/release/defguard-proxy .
42+
scp root@freebsd:work/target/release/defguard-proxy .

0 commit comments

Comments
 (0)