Skip to content

Commit

Permalink
ci: install dependencies for bloat job
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Jul 26, 2024
1 parent 253f332 commit b4ff58d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Rust
- name: Install Rust 1.80.0
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.80.0
- name: Install dependencies
run: sudo apt install libasound2-dev
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
Expand Down

0 comments on commit b4ff58d

Please sign in to comment.