added missing go dependency
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 11s Details
release / release (push) Successful in 58s Details

This commit is contained in:
Sven Vogel 2024-07-04 16:29:12 +02:00
parent e96b64cd46
commit d06752cf33
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ jobs:
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Run CI
run: bash -c ./run-ci.sh
- name: Setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Create release
id: create-release
uses: https://gitea.com/actions/release-action@main