We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869c790 commit 07b8146Copy full SHA for 07b8146
.github/workflows/install.yml
@@ -74,6 +74,9 @@ jobs:
74
python3 -m pip install --break-system-packages build
75
wget -qO- https://astral.sh/uv/install.sh | sh
76
77
+ - name: Fix Git config to satisfy Meson
78
+ run: git config --global safe.directory "*"
79
+
80
# Checkout repo after installing Git, or the GH Action delete our .git folder.
81
- name: Repository checkout
82
uses: actions/checkout@v4
0 commit comments