Skip to content

Commit

Permalink
Added vim-common deps for loadgen build on Linux gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 23, 2024
1 parent 95c5541 commit 5d8838f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:

- uses: actions/setup-python@v3

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

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

Expand Down

0 comments on commit 5d8838f

Please sign in to comment.