Panagiotis Christopoulos Charitos 4 роки тому
батько
коміт
044997c8be
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      .github/workflows/Android.yml

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

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