Skip to content

Commit

Permalink
CD workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Mar 21, 2024
1 parent 873cd6c commit 6728859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
python-version: '3.8.18'
- name: Install Required System Packages
run: sudo apt-get update && sudo apt-get -y install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool libpython3-all-dev python3-pip git cmake libxcb-xinerama0
- name: Install Application Dependencies
run: |
pip install pip==21.2.4
pip install -r requirements.txt
- name: Bundle Application
run: python -m PyInstaller --distpath=../dist/linux --workpath=../dist/linux/build dash_masternode_tool.spec
- name: Upload Release Artifact
Expand Down

0 comments on commit 6728859

Please sign in to comment.