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 11b14a6 commit 6313202
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
CARGO_INCREMENTAL: 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -46,6 +49,6 @@ jobs:
- run: bash ./ci/prepare_build_environment.sh

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

0 comments on commit 6313202

Please sign in to comment.