Skip to content

Commit

Permalink
ci: install cargo-about on release step
Browse files Browse the repository at this point in the history
make package now invokes cargo-about to generate LICENSE.thirdparty.
Install it in the release CI so this can run.
  • Loading branch information
juped committed Dec 21, 2022
1 parent dd16a34 commit db53d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
~/.cargo/git
key: ${{ runner.os }}-namada-release-${{ matrix.namada_cache_version }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-namada-release-${{ matrix.namada_cache_version }}
- name: Install cargo-about
run: |
cargo install --version 0.5.2 cargo-about
- name: Start sccache server
run: sccache --start-server
- name: ${{ matrix.make.name }}
Expand Down

0 comments on commit db53d5d

Please sign in to comment.