Skip to content

Commit

Permalink
All dirs safe
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed May 29, 2023
1 parent 6692130 commit 6ae2842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Workaround bug in github actions issue 6775
run: |
git config --global --add safe.directory /src
git config --global --add safe.directory '*'
- name: Build Firmware Nano 33 BLE
run: |
Expand All @@ -78,7 +78,6 @@ jobs:
- name: Build XIAO
run: |
git config --global --add safe.directory /__w/HeadTracker/HeadTracker
gitrevshort=$(git rev-parse --short HEAD)
gitlasttag=$(git describe --tags --abbrev=0)
gitlasttag=${gitlasttag//./_}
Expand Down

0 comments on commit 6ae2842

Please sign in to comment.