Skip to content

Commit

Permalink
ci: install python not python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Feb 16, 2024
1 parent e993cb5 commit 06be27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
uses: Homebrew/actions/setup-homebrew@master

- name: Install python
run: brew install python3
run: brew install python
shell: bash

- name: Install ccache
Expand Down

0 comments on commit 06be27f

Please sign in to comment.