Prevent any blocking questions

when adding coffeelibs repo
This commit is contained in:
Armin Schrenk
2026-06-03 09:13:26 +02:00
parent fbdf1b1bdb
commit 3f312b183e

View File

@@ -56,7 +56,7 @@ jobs:
fi
- name: Install build tools
run: |
sudo add-apt-repository ppa:coffeelibs/openjdk
sudo add-apt-repository -y ppa:coffeelibs/openjdk
sudo apt-get update
sudo apt-get install devscripts dput
sudo apt-get satisfy "${DEB_BUILD_DEPENDS}"