Skip to content

Commit

Permalink
Fix git action
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Jan 17, 2025
1 parent 65034e1 commit 9718eb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-zmq
- name: Verify ZMQ Installation
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pyzmq
- name: Build Dependencies
run: make -C depends -j$(nproc)
working-directory: ${{ env.SOURCE_ARTIFACT }}
Expand Down

0 comments on commit 9718eb5

Please sign in to comment.