diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml index d915fc96eb..eb2d73f7df 100644 --- a/metadata/org.courville.nova.yml +++ b/metadata/org.courville.nova.yml @@ -685,8 +685,11 @@ Builds: subdir: Video submodules: true sudo: + - echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list - apt-get update - - apt-get install -y ninja-build build-essential nasm python3-wheel wget + - apt-get install -y -t stretch openjdk-8-jdk-headless + - apt-get install -y build-essential file maven nasm ninja-build pkg-config + python3-pip wget - pip3 install meson==0.53.2 gradle: - noamazon