Skip to content

Commit

Permalink
Git action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Jan 15, 2025
1 parent 84b2ae2 commit 858bfd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
- name: Install Required Packages
run: |
sudo apt-get update
sudo apt-get install -y python3-zmq
sudo apt-get install -y python3.10 python3.10-venv python3-zmq
- name: Set Python 3.10 as Default
run: |
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1
- name: Build Dependencies
run: make -C depends -j$(nproc)
working-directory: ${{ env.SOURCE_ARTIFACT }}
Expand Down

0 comments on commit 858bfd4

Please sign in to comment.