mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: git permission errors in Ubuntu builds (#5458)
This commit is contained in:
parent
2b97c64f8e
commit
a714bf066f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -61,6 +61,10 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0 # allows for tags access
|
fetch-depth: 0 # allows for tags access
|
||||||
|
|
||||||
|
- name: Fix git permission error
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in a new issue