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: |