From d8a2632fd528e52d9b43bc61c232aaee38b4081c Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 23 May 2025 05:43:14 +0000 Subject: [PATCH] Apply 3 suggestion(s) to 1 file(s) --- metadata/de.tnmgl.ntodotxt.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/de.tnmgl.ntodotxt.yml b/metadata/de.tnmgl.ntodotxt.yml index ba9c1b8b23..7151eb799f 100644 --- a/metadata/de.tnmgl.ntodotxt.yml +++ b/metadata/de.tnmgl.ntodotxt.yml @@ -2692,7 +2692,10 @@ Builds: commit: b27bcaa36f4bfd10207aee905a5e9c3c1b281ec9 submodules: true sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java - mkdir -p /home/runner/ - chown vagrant /home/runner/ output: build/app/outputs/flutter-apk/app-x86_64-release.apk @@ -2734,7 +2737,10 @@ Builds: commit: b27bcaa36f4bfd10207aee905a5e9c3c1b281ec9 submodules: true sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java - mkdir -p /home/runner/ - chown vagrant /home/runner/ output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk @@ -2776,6 +2782,10 @@ Builds: commit: b27bcaa36f4bfd10207aee905a5e9c3c1b281ec9 submodules: true sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java - mkdir -p /home/runner/ - chown vagrant /home/runner/ output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk