mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
Install dependency step - insert URL with source for the AWK
This commit is contained in:
parent
7b8c5d0358
commit
7406d2d411
@ -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(/^[^ ]+: /, "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user