From 6f42d0c7958b32ad4bcfb219ca785dd4da3b8759 Mon Sep 17 00:00:00 2001 From: Ashton Snelgrove Date: Tue, 22 Dec 2020 18:14:09 -0700 Subject: [PATCH] Add missing tcl dependencies --- .github/workflows/install_dependencies_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install_dependencies_build.sh b/.github/workflows/install_dependencies_build.sh index e81822b54..3f6ef089e 100644 --- a/.github/workflows/install_dependencies_build.sh +++ b/.github/workflows/install_dependencies_build.sh @@ -32,6 +32,8 @@ apt-get update && apt-get install -y \ python3-lxml \ python3-pip \ qt5-default \ + tcllib \ + tcl8.6-dev \ texinfo \ time \ valgrind \