Skip to content

Commit 7bd22d2

Browse files
Switch sync method from sshfs to nfs in CI workflow
Updated the CI workflow to use NFS for syncing instead of SSHFS. This may improve performance or compatibility in the build environment.
1 parent 895229f commit 7bd22d2

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: nfs
463463

464464
- name: Setup ENV
465465
id: root

0 commit comments

Comments
 (0)