aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* github: No need to install 'wget' and 'xz-utils'Aaron LI5 days1-1/+0
| | | | | | Already installed in the runner image. See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
* github: Fix main workflow by using 'ubuntu-22.04' imageAaron LI5 days1-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 workflowAaron LI2024-03-131-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 ActionsWeitian LI2024-03-081-0/+34