Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent 6313202 commit 463f267
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -49,6 +51,6 @@ jobs:
- run: bash ./ci/prepare_build_environment.sh

- name: Run cargo bloat
uses: wsxiaoys/cargo-bloat-action@
uses: wsxiaoys/cargo-bloat-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 463f267

Please sign in to comment.