<feed xmlns='http://www.w3.org/2005/Atom'>
<title>resume.git/.github/workflows, branch master</title>
<subtitle>Chinese and English resumes with XeLaTeX and Font Awesome 5
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/'/>
<entry>
<title>github: Fix job name</title>
<updated>2025-08-03T02:49:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T02:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=b3ccb2ec858f052903ef735300b67f701be266a7'/>
<id>b3ccb2ec858f052903ef735300b67f701be266a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Add build on 'ubuntu-24.04' and fix 'tlmgr install' failure</title>
<updated>2025-08-03T02:18:36+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T02:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=d26d8ab511dde6160f01c966146aa0edc3d1cf97'/>
<id>d26d8ab511dde6160f01c966146aa0edc3d1cf97</id>
<content type='text'>
"tlmgr install" would warn about "check_file_and_remove: neither
checksum nor checksize available for ..." and may exit with an error,
although the package is correctly installed.  So ignore the error exit.

It seems the latest tlmgr fixed the error exit; i.e., it still prints
the warning but doesn't exit with an error.

Credit: https://tug.org/pipermail/tex-live/2022-November/048688.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"tlmgr install" would warn about "check_file_and_remove: neither
checksum nor checksize available for ..." and may exit with an error,
although the package is correctly installed.  So ignore the error exit.

It seems the latest tlmgr fixed the error exit; i.e., it still prints
the warning but doesn't exit with an error.

Credit: https://tug.org/pipermail/tex-live/2022-November/048688.html
</pre>
</div>
</content>
</entry>
<entry>
<title>github: No need to install 'wget' and 'xz-utils'</title>
<updated>2025-08-03T01:55:18+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T01:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=cf68879d9d30fc398e5c3953fcae516a6bf73547'/>
<id>cf68879d9d30fc398e5c3953fcae516a6bf73547</id>
<content type='text'>
Already installed in the runner image.

See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Already installed in the runner image.

See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Fix main workflow by using 'ubuntu-22.04' image</title>
<updated>2025-08-03T01:48:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T01:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=1058435dab8b1013814cee86e645b34787e54deb'/>
<id>1058435dab8b1013814cee86e645b34787e54deb</id>
<content type='text'>
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 &amp;TeXLive::TLPDB::_post_install_package called at /usr/share/texlive/tlpkg/TeXLive/TLPDB.pm line 1665, &lt;TMP&gt; line 54.
```

Fix it by changing 'ubuntu-latest' to 'ubuntu-22.04'.

Issue: #23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &amp;TeXLive::TLPDB::_post_install_package called at /usr/share/texlive/tlpkg/TeXLive/TLPDB.pm line 1665, &lt;TMP&gt; line 54.
```

Fix it by changing 'ubuntu-latest' to 'ubuntu-22.04'.

Issue: #23
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Update the main workflow</title>
<updated>2024-03-13T08:16:02+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-03-13T08:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=ddee28d21260bafee2ca9e776fb63ef07f1da5b8'/>
<id>ddee28d21260bafee2ca9e776fb63ef07f1da5b8</id>
<content type='text'>
- 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create GitHub Actions</title>
<updated>2024-03-08T06:36:32+00:00</updated>
<author>
<name>Weitian LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-03-08T06:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=04c808968236cf8fb61a1b92e9e8d5a6b92c55cb'/>
<id>04c808968236cf8fb61a1b92e9e8d5a6b92c55cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
