diff --git a/ci/main.go b/ci/main.go index ba5a038..fe6039e 100644 --- a/ci/main.go +++ b/ci/main.go @@ -186,7 +186,6 @@ func (m *Ci) Base() *dagger.Container { WithExec([]string{"apt-get", "install", "-y", "clang", "cmake", "ninja-build", "pkg-config", "libgtk-3-dev", "liblzma-dev", "libsecret-1-dev", "libgcrypt20-dev", "libjsoncpp-dev", "sqlite3", "iproute2", "netcat-openbsd", "xvfb", "libosmesa6", "libegl1", "lld"}). WithMountedCache("/root/.pub-cache", dag.CacheVolume("flutter-pub-cache")). WithMountedCache("/root/.gradle", dag.CacheVolume("gradle-cache")). - WithMountedCache("/root/.flutter", dag.CacheVolume("flutter-user-cache")). WithEnvVariable("PUB_CACHE", "/root/.pub-cache"). WithExec([]string{"/bin/sh", "-c", `yes | sdkmanager "ndk;28.2.13676358" "cmake;3.22.1" "build-tools;35.0.0" "platforms;android-34"`}) }