diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 818b7f2..83f2102 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.12 # Use Python 3.10 to avoid compatibility issues with Buildozer + python-version: 3.12.3 # Use Python 3.10 to avoid compatibility issues with Buildozer # Step 3: Install dependencies - name: Install Buildozer and dependencies @@ -29,6 +29,7 @@ jobs: sudo apt update sudo apt install -y python3-pip python3-setuptools git zip openjdk-11-jdk pip install --upgrade pip + pip install setuptools pip install buildozer cython # Step 4: Build the APK