Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Dec 30, 2023
1 parent b5fa1e9 commit c2d2412
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,17 @@ jobs:
with:
python-version: '3.8.18'
- name: Install Required System Packages
run: 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
run: 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
sudo apt-get install libxcb-xinerama0
- name: Bundle Application
run: |
python -m PyInstaller --distpath=bin --workpath=work dash_masternode_tool.spec
- name: Add Flatpak Repositories
run: flatpak remote-add --user flathub "$FLATPAK_FLATHUB_REPO"
- name: Install Required Flatpak Runtimes
run: flatpak install --user -y flathub org.freedesktop.Platform//19.08 org.freedesktop.Sdk//19.08
- name: Build Application
run: mkdir -p "$FLATPAK_LOCAL_REPO" && flatpak-builder --repo="$FLATPAK_LOCAL_REPO" "$FLATPAK_BUILD_ROOT/firo-masternode-tool" flatpak.json
- name: Bundle Application
run: flatpak build-bundle --runtime-repo="$FLATPAK_FLATHUB_REPO" "$FLATPAK_LOCAL_REPO" firo-masternode-tool.flatpak org.firo.FiroMasternodeTool
- name: Upload Release Artifact
uses: actions/upload-artifact@v2
with:
name: binaries-linux-amd64
path: firo-masternode-tool.flatpak
path: bin/firo-masternode-tool

0 comments on commit c2d2412

Please sign in to comment.