Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Jul 13, 2024
1 parent 7ca6ae6 commit 9ed0269
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
add-to-path: true
local-cache: true

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Use the specific version you need

- name: Install vpython
run: |
python -m pip install --upgrade pip
pip install vpython
- name: Setup Android SDK
uses: android-actions/setup-android@v2

Expand Down

0 comments on commit 9ed0269

Please sign in to comment.