Skip to content

Commit af04b9a

Browse files
committed
build: switch to binstall cargo-about
1 parent da5d4b6 commit af04b9a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ jobs:
2828
runs-on: ubuntu-latest
2929
needs: [create-versioned-toml]
3030
steps:
31+
- name: Install Rust toolchain
32+
uses: dtolnay/rust-toolchain@stable
33+
- uses: taiki-e/install-action@v2
34+
with:
35+
tool: cargo-binstall
36+
- name: Install cargo-about
37+
run: cargo binstall -y cargo-about
3138
- uses: actions/checkout@v4
3239
- uses: actions/download-artifact@v4
3340
with:
3441
name: Cargo.toml
35-
- name: Rust Cache
36-
uses: Swatinem/rust-cache@v2
37-
- name: Install Rust toolchain
38-
uses: dtolnay/rust-toolchain@stable
39-
- name: Install cargo-about
40-
run: cargo install --locked cargo-about
4142
- name: Generate THIRD_PARTY_NOTICES.html
4243
run: cargo about generate -o THIRD_PARTY_NOTICES.html about.hbs
4344
- name: Upload THIRD_PARTY_NOTICES.html artifact

0 commit comments

Comments
 (0)