Skip to content

Commit

Permalink
Lock tools in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Feb 8, 2025
1 parent 23087c8 commit 075dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install tools
run: |
rustup component add clippy rustfmt
cargo install --locked cargo-expand
cargo install --locked cargo-bloat
cargo install --locked cargo-expand --version 1.0.95
cargo install --locked cargo-bloat --version 0.12.1
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 075dc23

Please sign in to comment.