File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments