EFIC-233 - update ci
diff --git a/.github/scripts/precheck/install-magic.sh b/.github/scripts/precheck/install-magic.sh
index 4d8bb25..e2ca62e 100644
--- a/.github/scripts/precheck/install-magic.sh
+++ b/.github/scripts/precheck/install-magic.sh
@@ -17,12 +17,11 @@
# By default build pdk since we don't need the other script for the main purpose
export TARGET_PATH=$(pwd)
-sudo apt-get install tcl tk tcl-dev tk-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
+sudo apt-get install -y tcl tk tcl-dev tk-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev csh libncurses5-dev libncursesw5-dev libx11-dev
export MAGIC_ROOT=./magic
git clone --depth=1 --branch 8.3.263 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
cd $MAGIC_ROOT
./configure --disable-locking --prefix=/build CFLAGS='-g -O0 -m64 -fPIC' && make -j4 && make install
-
exit 0