Skip to content

Commit 9eb9011

Browse files
Copilotstar-e
andauthored
Avoid deadsnakes install in Android clang-tidy workflow
Co-authored-by: star-e <13654656+star-e@users.noreply.github.com>
1 parent fa776d1 commit 9eb9011

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/native-linter-android.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v4
2929

30-
- name: Install Python3.8
30+
- name: Use preinstalled Python
3131
run: |
32-
sudo add-apt-repository ppa:deadsnakes/ppa
33-
sudo apt update
34-
sudo apt remove python
35-
sudo apt install python3.8
3632
echo "python version: $(python --version)"
3733
echo "python path: $(which python)"
34+
echo "python3 version: $(python3 --version)"
35+
echo "python3 path: $(which python3)"
3836
3937
- name: Install libffi7 which clang-tidy-11 depends on
4038
run: |

0 commit comments

Comments
 (0)