Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Install Python
Browse files Browse the repository at this point in the history
MacOS 14 doesn't come with python installed
  • Loading branch information
jmartinesp committed Feb 1, 2024
1 parent 694df87 commit def46ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
cache-on-failure: true

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install Rust targets
run: make targets-android

Expand Down

0 comments on commit def46ca

Please sign in to comment.