Skip to content

Commit

Permalink
ci: use uncached install for huniq (MystenLabs#4030)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-mysten authored Aug 16, 2022
1 parent 230a8d9 commit 6dd523f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
# - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
# with:
# path: ~/.cargo/registry/src/**/librocksdb-sys-*
- name: Install huniq, and cache the binary
uses: baptiste0928/cargo-install@v1
- name: Install huniq
uses: actions-rs/install@v0.1
with:
crate: huniq
locked: true
- name: prepare artifact directory
run: |
mkdir -p artifacts
Expand Down

0 comments on commit 6dd523f

Please sign in to comment.