Skip to content

Commit

Permalink
Use suggested (latest) Python3 version to perform Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Sep 10, 2023
1 parent 7dbfeae commit 676c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.x'
- uses: actions/checkout@v4
- name: Setup environment
run: |
Expand Down

0 comments on commit 676c855

Please sign in to comment.