Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Jan 15, 2025
1 parent 5466ea6 commit f639dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Required Packages
run: |
sudo apt-get update
sudo apt-get install -y python3-zmq
sudo apt-get install -y python3.10-zmq
- name: Getting Source
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f639dfc

Please sign in to comment.