Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-rm authored Dec 24, 2024
1 parent 553ca06 commit dd2590a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ 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
run: |
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
Expand Down

0 comments on commit dd2590a

Please sign in to comment.