Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ant-compile-tab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup System Requisites
run: sudo chmod 777 ${GITHUB_WORKSPACE}/include/DataTableTool
run: |
sudo apt-get install -y zlib1g
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
# The DataTableTool in dsrc is a special version modified specifically to work with the GitHub Runner so DO NOT replace it with a regular build
Expand Down