We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08091d8 commit dedba2aCopy full SHA for dedba2a
1 file changed
.github/scripts/install-deps.sh
@@ -4,6 +4,6 @@ set -eu #Needed so CI fails when anything is wrong
4
set -x
5
6
sudo apt-get --quiet update
7
-sudo apt-get install --yes --no-install-recommends devscripts equivs build-essential lintian clang
+sudo apt-get install --yes --no-install-recommends devscripts equivs build-essential lintian clang tcl
8
debian/configure
9
sudo apt-get --yes build-dep .
0 commit comments