From 463f267ee205186bd2b3dbe2c4374170fb74be6b Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 27 Apr 2024 00:56:08 -0700 Subject: [PATCH] update --- .github/workflows/bloat.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bloat.yml b/.github/workflows/bloat.yml index b2fc264a0126..07d7823dad08 100644 --- a/.github/workflows/bloat.yml +++ b/.github/workflows/bloat.yml @@ -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: @@ -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 }} \ No newline at end of file