Skip to content

Commit

Permalink
Fix xxd deps for loadgen
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 23, 2024
1 parent 2c6641c commit 5b2ebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install requirements (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y vim-common # for xxd
run: sudo apt-get update && sudo apt-get install --reinstall -y vim-common # for xxd

- name: Install requirements
run: python -m pip install cibuildwheel twine
Expand Down

0 comments on commit 5b2ebfa

Please sign in to comment.