Skip to content

Commit

Permalink
ci(Dockerfile): try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wohenbushuang committed Apr 7, 2024
1 parent 5772a15 commit 7b39b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Obtain year in version of TeXLive
id: year
run: |
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
wget --no-check-certificate https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
zcat < install-tl-unx.tar.gz | tar -xf -
echo "YEAR=$(ls -d install-tl-2* | cut -c 12-15)" >> $GITHUB_ENV
echo "YEAR=$(ls -d install-tl-2* | cut -c 12-15)"
Expand Down

0 comments on commit 7b39b71

Please sign in to comment.