浏览代码

Try fixing the build

Panagiotis Christopoulos Charitos 2 年之前
父节点
当前提交
e03f09fd03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/Android.yml

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

@@ -16,9 +16,9 @@ jobs:
     - name: Install dependencies
       run: |
         add-apt-repository -y ppa:ubuntu-toolchain-r/test
-        apt-get 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
       uses: actions/checkout@v3