Skip to content

Commit

Permalink
dbg: ci fbm why openssl?
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Dec 4, 2023
1 parent f3e07a3 commit b53f684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:

- name: Build fbm
if: matrix.binary == 'fbm'
run: make build-fbm
run: make |
cargo tree -p fluvio-benchmark
make build-fbm

- name: Build fvm
if: matrix.binary == 'fvm'
Expand Down

0 comments on commit b53f684

Please sign in to comment.