Skip to content

Commit

Permalink
mark working dir safe before checking out
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent 37925ea commit 986585e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
matrix:
platform: [win-x64, lin-x64]
steps:
- name: make folder safe for git operations
run: |
git config --global --add safe.directory $(pwd)
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 986585e

Please sign in to comment.