CI: Add git config call to suppress 'dubious ownership' errors
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
8ad006320d
commit
2f3b81a057
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue