fix container tag
Some checks failed
/ test_checkout (push) Failing after 1s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-29 15:05:21 +01:00
parent 391322a107
commit 2e27de9bb8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ jobs:
test_checkout:
runs-on: docker
container:
image: ghcr.io/typst/typst:v0.14
image: ghcr.io/typst/typst:v0.14.0
steps:
- run: apk add --no-cache git curl
- run: |

View file

@ -4,7 +4,7 @@ By Jean-Marie Mineau, supervised by Jean-François Lalande and Valérie Viet Tri
## Build
Currently build on [typst](https://github.com/typst/typst) 0.13.1.
Currently build on [typst](https://github.com/typst/typst) 0.14.0.
To build, you need to install the template: <https://git.mineau.eu/histausse/template-thesis-matisse>