From 7406d2d4112d319a849d4edd0729fb23c9ea6c15 Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Fri, 24 Jan 2025 14:48:09 +0000 Subject: [PATCH] Install dependency step - insert URL with source for the AWK --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5376ef61b..f8b570323 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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(/^[^ ]+: /, "")