Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Mark repository directory as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsen84 committed Jun 6, 2022
1 parent 271a4a7 commit ca519d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
with:
fetch-depth: 0

- name: Mark Repository as Safe
run: git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Configure CMake
run: cmake . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit ca519d3

Please sign in to comment.