workflows/build: remove safe.directory git config

It has been set in our docker container.
This commit is contained in:
Kacper Michajłow 2024-10-21 20:19:07 +02:00
parent 15ad917bb1
commit 649e397034
1 changed files with 0 additions and 5 deletions

View File

@ -300,11 +300,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# workaround to avoid "fatal: unsafe repository" error
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build with meson
id: build
run: |