EFIC-233 - update ci
diff --git a/.github/scripts/build-pdk.sh b/.github/scripts/build-pdk.sh
new file mode 100644
index 0000000..48f0dcc
--- /dev/null
+++ b/.github/scripts/build-pdk.sh
@@ -0,0 +1,11 @@
+export HOME=$(pwd)
+
+git clone --depth=1 https://github.com/efabless/caravel-lite.git
+
+cd ..
+export PDK_ROOT=$(pwd)/pdks
+mkdir $PDK_ROOT
+cd $HOME/caravel-lite/
+make pdk
+
+exit 0
\ No newline at end of file