Browse Source

Update Android.yml

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
86801bd3fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/Android.yml

+ 1 - 1
.github/workflows/Android.yml

@@ -14,7 +14,7 @@ jobs:
 
     steps:
     - name: Install dependencies
-      run: apt install ninja-build
+      run: apt install ninja-build python3
       
     - name: Clone
       uses: actions/checkout@v2