-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Copy link
Description
Could you support changing the name of the typst executable?
Use case
Sometimes we want multiple versions at the same time, like the following.
- uses: typst-community/setup-typst@v4
with:
typst-version: v0.14.0
executable-name: typst # default
- uses: typst-community/setup-typst@v4
with:
typst-version: v0.13.1
executable-name: typst-0.13
- run: |
typst compile main.typ main.pdf
typst-0.13 compile main.typ main-0.13.pdfReactions are currently unavailable