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 0143017 commit a7680efCopy full SHA for a7680ef
1 file changed
.github/workflows/comment-profiling-changes.yaml
@@ -34,12 +34,12 @@ jobs:
34
uses: actions/cache@v4
35
with:
36
path: ~/.cargo/bin/iai-callgrind-runner
37
- key: ${{ runner.os }}-iai-callgrind-runner-0.12.3
+ key: ${{ runner.os }}-iai-callgrind-runner-0.16.1
38
39
- name: Install iai-callgrind
40
if: steps.cache-iai.outputs.cache-hit != 'true'
41
run: |
42
- cargo install iai-callgrind-runner@0.12.3
+ cargo install iai-callgrind-runner@0.16.1
43
44
- name: Checkout master branch
45
0 commit comments