Skip to content

Commit

Permalink
Fix install for callgrind runner docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Dec 18, 2024
1 parent 1b31209 commit cc1d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20 # on a successful run, runs in 8 minutes
container:
image: rust:1.78
image: rust:1.83
options: --privileged
# filter for a comment containing 'benchmarks please'
if: ${{ github.event_name != 'issue_comment' || (github.event.issue.pull_request && contains(github.event.comment.body, 'benchmarks please')) }}
Expand Down

0 comments on commit cc1d714

Please sign in to comment.