Browse Source

Try fixing the build

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

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

@@ -16,9 +16,9 @@ jobs:
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
         add-apt-repository -y ppa:ubuntu-toolchain-r/test
         add-apt-repository -y ppa:ubuntu-toolchain-r/test
-        apt-get update
         apt update
         apt update
-        apt install ninja-build gcc-11 g++-11
+        apt update -y
+        apt install -y ninja-build gcc-11 g++-11
 
 
     - name: Clone
     - name: Clone
       uses: actions/checkout@v3
       uses: actions/checkout@v3