Skip to content

Commit 141e297

Browse files
committed
.
1 parent cac1e05 commit 141e297

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
with:
4545
egress-policy: audit
4646

47-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48-
with:
49-
fetch-depth: 0 # Fetch full history for git-based tools
50-
5147
- name: Setup container environment
5248
run: |
5349
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
@@ -56,6 +52,10 @@ jobs:
5652
- name: Make repo safe for Git inside container
5753
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
5854

55+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+
with:
57+
fetch-depth: 0 # Fetch full history for git-based tools
58+
5959
- name: Run benchmark
6060
run: |
6161
cargo bench

0 commit comments

Comments
 (0)