Skip to content

Commit

Permalink
Add disable git safe directory check step (qmk#20040)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored and rodrigob committed Mar 13, 2023
1 parent acddf47 commit 82c4354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/newbs_building_firmware_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:

steps:

- name: Disable git safe directory checks
run : git config --global --add safe.directory '*'

- name: Checkout QMK
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 82c4354

Please sign in to comment.