mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 13:48:29 +00:00
Use latest TexLive release for CI builds (#401)
[texlive/texlive](https://hub.docker.io/r/texlive/texlive)'s source is available at: https://gitlab.com/islandoftex/images/texlive. Closes #401.
This commit is contained in:
parent
66a2128cad
commit
a944c26b24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: thomasweise/texlive
|
||||
container: texlive/texlive:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
Loading…
Reference in a new issue