Skip to content

Commit

Permalink
👷 Use binary cache of portable-network-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Jul 6, 2024
1 parent ed043dd commit 33d6ebc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:
run: cargo test --locked --release
env:
RUST_BACKTRACE: 1
- name: Install portable-network-archive from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: portable-network-archive
cache-key: ${{ matrix.os }}
- name: Install cli
run: |
cargo install -f portable-network-archive
cargo install --locked --path .
- name: Run test cli
shell: bash
Expand Down

0 comments on commit 33d6ebc

Please sign in to comment.