diff options
author | Aaron LI <aly@aaronly.me> | 2025-08-03 09:55:18 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2025-08-03 09:55:18 +0800 |
commit | cf68879d9d30fc398e5c3953fcae516a6bf73547 (patch) | |
tree | b5aa66827675331fc299b4215bacf62d1ca0f211 | |
parent | 1058435dab8b1013814cee86e645b34787e54deb (diff) | |
download | resume-cf68879d9d30fc398e5c3953fcae516a6bf73547.tar.bz2 |
github: No need to install 'wget' and 'xz-utils'
Already installed in the runner image.
See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d099871..233d960 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,6 @@ jobs: # the shipped texlive is 2021 and is older than the remote (currently 2023), # so need to manually download the package and install it. run: | - sudo apt-get install -y --no-install-recommends wget xz-utils wget --no-check-certificate https://mirror.ctan.org/systems/texlive/tlnet/archive/fontawesome5.tar.xz tlmgr --usermode init-usertree tlmgr --usermode install --file fontawesome5.tar.xz |