Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github: Fix main workflow by using 'ubuntu-22.04' image | Aaron LI | 5 days | 1 | -1/+2 |
| | | | | | | | | | | | | | The 'ubuntu-latest' image was Ubuntu 22.04 but has been Ubuntu 24.04, and this caused the 'fontawesome5.tar.xz' package failing to install: ``` TeXLive::TLUtils::check_file_and_remove: neither checksum nor checksize available for /tmp/sZbRLtVCfX/7Rk9CYBNzM/fontawesome5.tar.xz, cannot check integrityUndefined subroutine &TeXLive::TLPDB::_post_install_package called at /usr/share/texlive/tlpkg/TeXLive/TLPDB.pm line 1665, <TMP> line 54. ``` Fix it by changing 'ubuntu-latest' to 'ubuntu-22.04'. Issue: #23 | ||||
* | github: Update the main workflow | Aaron LI | 2024-03-13 | 1 | -9/+9 |
| | | | | | | | | | - No need to install the 'texlive-plain-generic' package after removing the 'ulem' package. - Use 'apt-get' instead of 'apt' because the former is more suitable for non-interactive usage. - Ignore certificate check in wget to avoid possible outdated root CA bundle. | ||||
* | Create GitHub Actions | Weitian LI | 2024-03-08 | 1 | -0/+34 |