Skip to content

Commit 07b8146

Browse files
committed
Fix Git config in containers
1 parent 869c790 commit 07b8146

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
python3 -m pip install --break-system-packages build
7575
wget -qO- https://astral.sh/uv/install.sh | sh
7676
77+
- name: Fix Git config to satisfy Meson
78+
run: git config --global safe.directory "*"
79+
7780
# Checkout repo after installing Git, or the GH Action delete our .git folder.
7881
- name: Repository checkout
7982
uses: actions/checkout@v4

0 commit comments

Comments
 (0)