Skip to content

Commit 8dc5a1b

Browse files
Switch sync method from sshfs to rsync in CI
Updated the CI workflow to use rsync instead of sshfs for synchronization. This may improve reliability and performance during file transfers in the CI process.
1 parent 895229f commit 8dc5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459
release: ${{ matrix.bsd_release }}
460460
run: |
461461
git config --global --add safe.directory "*"
462-
sync: sshfs
462+
sync: rsync
463463

464464
- name: Setup ENV
465465
id: root

0 commit comments

Comments
 (0)