Przeglądaj źródła

Changed docker image to build android natives to ghcr.io/cirruslabs/android-sdk:35-ndk

Jesus Oliver 3 miesięcy temu
rodzic
commit
605866ab71
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -104,7 +104,7 @@ jobs:
     name: Build natives for android
     runs-on: ubuntu-latest
     container:
-      image: jmonkeyengine/buildenv-jme3:android
+      image: ghcr.io/cirruslabs/android-sdk:35-ndk
 
     steps:
       - name: Clone the repo