Skip to content

Allow changing the name of the typst executable #49

@YDX-2147483647

Description

@YDX-2147483647

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.pdf

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions