diff --git a/.github/workflows/ant-compile-tab.yml b/.github/workflows/ant-compile-tab.yml index 41b3cfb99..56dedc2de 100644 --- a/.github/workflows/ant-compile-tab.yml +++ b/.github/workflows/ant-compile-tab.yml @@ -24,7 +24,7 @@ jobs: - name: Setup System Requisites run: | - sudo apt-get install -y zlib1g + sudo apt-get install -y lib32z1 sudo chmod 777 ${GITHUB_WORKSPACE}/include/DataTableTool # NOTE: DataTableTool was built and placed in dsrc/include which is called by ant when compile_tab is ran