Commit Graph
10 Commits
Author SHA1 Message Date
nick fc4fa65efe fix: install zlib1g before running DataTableTool in CI
The DataTableTool binary links against libz.so.1 but the ubuntu-latest
runner (Ubuntu 24.04) does not ship zlib1g by default. This causes every
tab-file PR to fail immediately with:

  DataTableTool: error while loading shared libraries: libz.so.1:
  cannot open shared object file: No such file or directory

Adding an explicit apt-get install step before the chmod ensures the
shared library is present before ant invokes the tool.
2026-05-17 20:04:55 -05:00
AconiteandGitHub cd3e299aed Add ant-compile-tab.yml 2020-12-28 15:07:14 -05:00
CekisandGitHub 4f699f41e7 Removing linter
Too restrictive... need to analyze what is caught and re-implement later.
2020-10-13 12:02:28 -07:00
CekisandGitHub 9bf240c385 Update ant-java.yml 2020-10-12 10:59:38 -07:00
CekisandGitHub 46a425e7ad Update ant-java.yml 2020-10-11 15:21:00 -07:00
CekisandGitHub 183bf7455b Rename ant.yml to ant-java.yml 2020-10-11 15:10:47 -07:00
CekisandGitHub 53a1969738 Update ant.yml 2020-10-11 15:10:25 -07:00
CekisandGitHub 45e9c2766f Update ant.yml 2020-10-11 15:00:09 -07:00
CekisandGitHub d918509833 Update ant.yml 2020-10-11 00:28:42 -07:00
CekisandGitHub e3df5ea226 Create ant.yml 2020-10-11 00:07:37 -07:00