mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
c1fa265244
commit
9c8cd258ea
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,11 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ^1.61
|
rust-lang.org: ^1.61
|
||||||
rust-lang.org/cargo: ^0.65
|
rust-lang.org/cargo: ^0.65
|
||||||
script: |
|
script:
|
||||||
cargo install --path cli --locked --root {{prefix}}
|
- run: cargo install --path cli --locked --root {{prefix}}
|
||||||
|
if: <0.7
|
||||||
|
- run: cargo install --path crates/typst-cli --locked --root {{prefix}}
|
||||||
|
if: '>=0.7'
|
||||||
env:
|
env:
|
||||||
TYPST_VERSION: ${{ version }}
|
TYPST_VERSION: ${{ version }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue