Skip to content

Commit

Permalink
ci: fix cargo-codspeed installation (#4973)
Browse files Browse the repository at this point in the history
Take `Cargo.lock` of `cargo-codspeed` into account when installing it to
prevent the compilation errors (e.g.
https://github.com/prisma/prisma-engines/actions/runs/10252506779/job/28363037904).
  • Loading branch information
aqrln authored Aug 7, 2024
1 parent d7c6eca commit fc5e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-codspeed
run: cargo install cargo-codspeed
run: cargo install --locked cargo-codspeed

- name: "Build the benchmark targets: schema"
run: cargo codspeed build -p schema --features all_connectors
Expand Down

0 comments on commit fc5e53a

Please sign in to comment.