Install dependency step - insert URL with source for the AWK

This commit is contained in:
Florian Sesser 2025-01-24 14:48:09 +00:00
parent 7b8c5d0358
commit 7406d2d411

View File

@ -574,6 +574,7 @@ jobs:
name: "Install Tahoe-LAFS dependencies from the Debian repositories"
command: |
# 'apt-get install' dependencies from debian/control
# Via https://stackoverflow.com/a/47707412
apt-get install --no-install-recommends --yes $(awk '
/^(Build-)?Depends:/ || /^ / && deps {
sub(/^[^ ]+: /, "")