Skip to content

Commit a7680ef

Browse files
committed
Update iai runner in workflow
1 parent 0143017 commit a7680ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment-profiling-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions/cache@v4
3535
with:
3636
path: ~/.cargo/bin/iai-callgrind-runner
37-
key: ${{ runner.os }}-iai-callgrind-runner-0.12.3
37+
key: ${{ runner.os }}-iai-callgrind-runner-0.16.1
3838

3939
- name: Install iai-callgrind
4040
if: steps.cache-iai.outputs.cache-hit != 'true'
4141
run: |
42-
cargo install iai-callgrind-runner@0.12.3
42+
cargo install iai-callgrind-runner@0.16.1
4343
4444
- name: Checkout master branch
4545
run: |

0 commit comments

Comments
 (0)