Skip to content

Commit

Permalink
[MCA, MLV, MMCA] Fix pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Sobottasgithub committed Apr 23, 2024
1 parent dc8a9cb commit a67a557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: |
sudo apt -y install apksigner
- name: Checkout
uses: actions/checkout@v2

- name: Prepare app for buildozer
run: |
REFNAME="${{ github.ref_name }}"
Expand Down Expand Up @@ -78,6 +82,7 @@ jobs:
build-desktop:
name: Build packages
runs-on: ${{ matrix.os }}
needs: build-android
strategy:
matrix:
include:
Expand Down

0 comments on commit a67a557

Please sign in to comment.