Skip to content

Commit

Permalink
Install via cache
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 6, 2023
1 parent 121ba7b commit 9cf0198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ jobs:
toolchain: stable
override: true

- run: cargo install parquet -F cli
- name: Install parquet cli from crates.io
uses: baptiste0928/cargo-install@v2
with:
crate: parquet
features: cli

- name: Download links
run: cat ${{ matrix.index }} | jq -rc '.[]'
Expand Down

0 comments on commit 9cf0198

Please sign in to comment.