Skip to content

Commit

Permalink
workflows/build: remove safe.directory git config
Browse files Browse the repository at this point in the history
It has been set in our docker container.
  • Loading branch information
kasper93 committed Oct 21, 2024
1 parent 15ad917 commit 649e397
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 649e397

Please sign in to comment.