Skip to content

Commit 76b3bcb

Browse files
committed
get cargo to build the benchmarks
1 parent c173025 commit 76b3bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
RUSTFLAGS: "-Cllvm-args=-enable-dfa-jump-thread"
5050
run: |
5151
. "$HOME/.cargo/env"
52+
cargo --version
5253
cargo build --target ${{matrix.target}} -p test-libzstd-rs-sys --release --examples
5354
cp target/${{matrix.target}}/release/examples/decompress .
5455
- name: Benchmark

0 commit comments

Comments
 (0)