Skip to content

Commit

Permalink
Set git safe.directory in unit test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jun 26, 2024
1 parent 967ffab commit cf8c6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
rm -rf /var/lib/apt/lists/*
- name: Check out gvmd
uses: actions/checkout@v4
- name: Set git safe.directory
run: git config --global --add safe.directory '*'
- name: Build gvmd
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=1
Expand Down

0 comments on commit cf8c6e2

Please sign in to comment.