Skip to content

Commit

Permalink
Trying to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpulvis committed Aug 10, 2024
1 parent 7dc68cb commit a95bfb6
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 @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install deps
run: sudo apt-get install -y libzmq3-dev
run:
- sudo apt-get remove libzmq5
- sudo apt-get install -y libzmq3-dev
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit a95bfb6

Please sign in to comment.