Skip to content

Commit

Permalink
Install libevent-dev dependency in continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glados-verma authored Aug 27, 2024
1 parent 4ee10ad commit fa46143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo cp bin/protoc /usr/bin/protoc && sudo chmod 777 /usr/bin/protoc
sudo cp -r include/. /usr/include && sudo chmod -R +r /usr/include/google
protoc --version
sudo apt-get install -y libusb-1.0-0-dev libprotobuf-dev swig
sudo apt-get install -y libusb-1.0-0-dev libprotobuf-dev swig libevent-dev
- name: Test with tox
run: tox
- name: Publish to Coveralls with GitHub Action
Expand Down

0 comments on commit fa46143

Please sign in to comment.