Skip to content

Commit

Permalink
ci: Switch to working PR/fork of Rust bloat checker
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 22, 2023
1 parent d29ab71 commit 1c716ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust_bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
# https://github.com/orf/cargo-bloat-action/pull/302
# uses: orf/cargo-bloat-action@v1
uses: Kobzol/cargo-bloat-action@github-actions-cache
with:
token: ${{ github.token }}

0 comments on commit 1c716ad

Please sign in to comment.