Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ jobs:
with:
ref: ${{ steps.pr.outputs.sha }}

- uses: ./.github/actions/setup-rust
# Inlined from .github/actions/setup-rust (can't use local actions
# with issue_comment trigger — they resolve before checkout runs).
# Keep toolchain version in sync with .github/actions/setup-rust/action.yaml
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.96.0
cache: false
- uses: Swatinem/rust-cache@v2

- name: Setup cargo-binstall
Expand Down
Loading