File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,19 @@ jobs:
2626
2727 generate-3p-notices :
2828 runs-on : ubuntu-latest
29+ needs : [create-versioned-toml]
2930 steps :
30- - uses : actions/checkout@v4
31- - name : Rust Cache
32- uses : Swatinem/rust-cache@v2
3331 - name : Install Rust toolchain
3432 uses : dtolnay/rust-toolchain@stable
33+ - uses : taiki-e/install-action@v2
34+ with :
35+ tool : cargo-binstall
3536 - name : Install cargo-about
36- run : cargo install --locked cargo-about
37+ run : cargo binstall -y cargo-about
38+ - uses : actions/checkout@v4
39+ - uses : actions/download-artifact@v4
40+ with :
41+ name : Cargo.toml
3742 - name : Generate THIRD_PARTY_NOTICES.html
3843 run : cargo about generate -o THIRD_PARTY_NOTICES.html about.hbs
3944 - name : Upload THIRD_PARTY_NOTICES.html artifact
You can’t perform that action at this time.
0 commit comments