mirror of https://github.com/mpv-player/mpv
workflows/build: remove safe.directory git config
It has been set in our docker container.
This commit is contained in:
parent
15ad917bb1
commit
649e397034
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue