Skip to content

Commit

Permalink
setup python 2.7 for cordova build for android on github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Jan 5, 2022
1 parent e61b275 commit ba04eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '2.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: Install node
uses: actions/setup-node@v2-beta
Expand Down

0 comments on commit ba04eac

Please sign in to comment.