Skip to content

Commit dd08112

Browse files
committed
Add tcl to CI/CD
Signed-off-by: Alec Ari <neotheuser@ymail.com>
1 parent c7c0d4f commit dd08112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -eu #Needed so CI fails when anything is wrong
44
set -x
55

66
sudo apt-get --quiet update
7-
sudo apt-get install --yes --no-install-recommends devscripts equivs build-essential lintian clang
7+
sudo apt-get install --yes --no-install-recommends devscripts equivs build-essential lintian clang tcl
88
debian/configure
99
sudo apt-get --yes build-dep .

0 commit comments

Comments
 (0)