Skip to content

Commit 4654475

Browse files
committed
Add Git safe.directory for Docker-based self-hosted runner
1 parent 4a68ec7 commit 4654475

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
- name: Configure
3333
run: |
34+
git config --global --add safe.directory /__w/abacus-develop/abacus-develop
3435
cmake -B build -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=1
3536
3637
# Temporarily removed because no one maintains this now.

0 commit comments

Comments
 (0)