Browse Source

Add disable git safe directory check step (#20040)

pull/20058/head
Albert Y 1 year ago
committed by GitHub
parent
commit
e6e11dfde7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docs/newbs_building_firmware_workflow.md

+ 3
- 0
docs/newbs_building_firmware_workflow.md View File

@ -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:


Loading…
Cancel
Save