Skip to content

Commit dedba2a

Browse files
committed
Add Tcl to workflow
Signed-off-by: Alec Ari <neotheuser@ymail.com>
1 parent 08091d8 commit dedba2a

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)