Skip to content

Commit 3f96374

Browse files
committed
Fix SSH
1 parent 75c848d commit 3f96374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cross-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

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

4040
- name: Copy binary to host
4141
run:

0 commit comments

Comments
 (0)