We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d427da commit e1900aeCopy full SHA for e1900ae
.github/workflows/tools_ci.yml
@@ -111,6 +111,8 @@ jobs:
111
uses: actions/checkout@v4
112
- name: Build V
113
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
116
- name: Verify `v test` works
117
run: |
118
./v cmd/tools/test_if_v_test_system_works.v
0 commit comments