From 0a9392c778ab7e485603ed0658e1f679b0be44bb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 16 Nov 2023 15:00:06 +0100 Subject: [PATCH] try to fix issue with Github's Ubuntu --- .github/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install.sh b/.github/install.sh index 0b1f3c5db9e..e41d4762a2e 100755 --- a/.github/install.sh +++ b/.github/install.sh @@ -12,7 +12,7 @@ sudo apt-get install -y \ qtbase5-dev libqt5sql5-sqlite libqt5opengl5-dev qtscript5-dev libqt5websockets5-dev \ libqt5svg5-dev qttools5-dev qttools5-dev-tools \ libboost-dev libboost-serialization-dev libboost-iostreams-dev libboost-filesystem-dev libboost-filesystem-dev \ - libvtk9-dev \ + libvtk9-dev libunwind-dev \ libinsighttoolkit4-dev \ libceres-dev \ libglpk-dev \