We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac1e05 commit 141e297Copy full SHA for 141e297
.github/workflows/benchmark.yml
@@ -44,10 +44,6 @@ jobs:
44
with:
45
egress-policy: audit
46
47
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
- with:
49
- fetch-depth: 0 # Fetch full history for git-based tools
50
-
51
- name: Setup container environment
52
run: |
53
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
@@ -56,6 +52,10 @@ jobs:
56
- name: Make repo safe for Git inside container
57
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
58
54
55
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ with:
+ fetch-depth: 0 # Fetch full history for git-based tools
+
59
- name: Run benchmark
60
61
cargo bench
0 commit comments