Skip to content

Commit 840573c

Browse files
committed
wip
1 parent 6b3bb77 commit 840573c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ jobs:
4343
run: cmake -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -DWITH_BENCHMARK=on
4444
- name: test
4545
run: ls -lha $GITHUB_WORKSPACE; ls -lha $GITHUB_WORKSPACE/build; id
46+
- name: testt
47+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
4648
- name: Build
4749
run: make -C $GITHUB_WORKSPACE/build -j `nproc` benchmark

0 commit comments

Comments
 (0)