Skip to content

Commit 5a74958

Browse files
ci: make freebsd_ci.yml runnable on personal forked repos, that are not named v (#23779)
1 parent e613211 commit 5a74958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
copyback: false
3939
prepare: pkg install -y git sqlite3 bash
4040
run: |
41-
git config --global --add safe.directory /home/runner/work/v/v
41+
git config --global --add safe.directory .
4242
make CFLAGS=
4343
./v symlink
4444
./v run ci/freebsd_ci.vsh all

0 commit comments

Comments
 (0)