Browse Source

fix android.yml

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

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

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