Skip to content

Commit f86a3cf

Browse files
committed
fix - we need safe.directory
1 parent bb95513 commit f86a3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
5050
cargo install cargo-criterion
5151
52-
# - name: Make repo safe for Git inside container
53-
# run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
52+
- name: Make repo safe for Git inside container
53+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
5454

5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
with:

0 commit comments

Comments
 (0)