Skip to content

Commit

Permalink
fix: CI make cwd safe directory for git
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 4, 2024
1 parent f032209 commit 7b279cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
- name: Compile project
Expand Down

0 comments on commit 7b279cb

Please sign in to comment.