EFIC-233 - update ci
diff --git a/.github/scripts/precheck/precheckBuild.sh b/.github/scripts/precheck/precheckBuild.sh
index 5f5e19e..789a512 100644
--- a/.github/scripts/precheck/precheckBuild.sh
+++ b/.github/scripts/precheck/precheckBuild.sh
@@ -18,15 +18,6 @@
 export SKIP_PDK_BUILD=${1:-0}
 export TARGET_PATH=$(pwd)
 
-sudo apt-get install tcl tk tcl-dev tk-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
-
-cd $TARGET_PATH  
-
 git clone --depth=1 https://github.com/efabless/mpw_precheck.git
 git clone --depth=1 https://github.com/efabless/caravel-lite.git
 
@@ -42,4 +33,3 @@
 fi
 
 exit 0
-