Skip to content

Commit

Permalink
ci: make Git less picky in the newer ubuntu-docker-musl image
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 25, 2024
1 parent 1d427da commit e1900ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
uses: actions/checkout@v4
- name: Build V
run: make -j4 && ./v -cg -o v cmd/v
- name: Ensure git commands can be used with no prompts on modern Git versions
run: git config --global --add safe.directory /__w/v/v
- name: Verify `v test` works
run: |
./v cmd/tools/test_if_v_test_system_works.v
Expand Down

0 comments on commit e1900ae

Please sign in to comment.