diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 5d88305a4..f4c3fd669 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -73,6 +73,11 @@ jobs: fetch-depth: 0 lfs: false + - name: Dependencies + run: | + apt-get update + apt-get install -y build-essential + - name: Build id: ndk_build run: |