We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c848d commit 3f96374Copy full SHA for 3f96374
1 file changed
.github/workflows/cross-build.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build on FreeBSD
37
run:
38
- ssh freebsd 'cd work && cargo build --locked --release'
+ ssh root@freebsd 'cd work && cargo build --locked --release'
39
40
- name: Copy binary to host
41
0 commit comments