Skip to content

Commit

Permalink
fix: git permission errors in Ubuntu builds (#5458)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jun 16, 2024
1 parent 2b97c64 commit a714bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
submodules: recursive
fetch-depth: 0 # allows for tags access

- name: Fix git permission error
run: |
git config --global --add safe.directory '*'
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit a714bf0

Please sign in to comment.