Skip to content

Commit

Permalink
Split into more steps to see what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 8, 2024
1 parent a4f16ac commit 79b4d5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ jobs:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}

- name: Install extra tools
run: |
cargo install cargo-quickinstall
cargo quickinstall cargo-audit cargo-auditable
- name: Install cargo-quickinstall
run: cargo install cargo-quickinstall

- name: Install auditability tools
run: cargo quickinstall cargo-audit cargo-auditable

- name: Use Cross
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 79b4d5f

Please sign in to comment.