Skip to content

Commit e1900ae

Browse files
committed
ci: make Git less picky in the newer ubuntu-docker-musl image
1 parent 1d427da commit e1900ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tools_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
uses: actions/checkout@v4
112112
- name: Build V
113113
run: make -j4 && ./v -cg -o v cmd/v
114+
- name: Ensure git commands can be used with no prompts on modern Git versions
115+
run: git config --global --add safe.directory /__w/v/v
114116
- name: Verify `v test` works
115117
run: |
116118
./v cmd/tools/test_if_v_test_system_works.v

0 commit comments

Comments
 (0)