CI: Add git config call to suppress 'dubious ownership' errors
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 00:15:48 -03:00
commit 2f3b81a057

View file

@ -32,7 +32,9 @@ jobs:
rustup target add x86_64-unknown-linux-musl
- name: Setup additional tooling
run: .forgejo/workflows/setup-tools.sh
run: |
.forgejo/workflows/setup-tools.sh
git config --add safe.directory /workspace/jutty/en
- name: Build
run: just ci build