File tree Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ jobs:
19
19
- name : Checkout
20
20
uses : actions/checkout@v4
21
21
22
- - name : Probe runner package cache
23
- uses : awalsh128/cache-apt-pkgs- action@v1
22
+ - name : Install just
23
+ uses : taiki-e/install- action@v2
24
24
with :
25
- packages : cargo
26
- version : 1.0
27
-
28
- - name : Install just from crates.io
29
- uses : baptiste0928/cargo-install@v3
30
- with :
31
- crate : just
25
+ tool : just
32
26
33
27
- name : Setup typst
34
28
uses : typst-community/setup-typst@v3
Original file line number Diff line number Diff line change @@ -23,22 +23,10 @@ jobs:
23
23
- name : Checkout
24
24
uses : actions/checkout@v4
25
25
26
- - name : Probe runner package cache
27
- uses : awalsh128/cache-apt-pkgs- action@v1
26
+ - name : Install just and tytanic
27
+ uses : taiki-e/install- action@v2
28
28
with :
29
- packages : cargo
30
- version : 1.0
31
-
32
- - name : Install just from crates.io
33
- uses : baptiste0928/cargo-install@v3
34
- with :
35
- crate : just
36
-
37
- - name : Install tytanic from crates.io
38
- uses : baptiste0928/cargo-install@v3
39
- with :
40
- crate : tytanic
41
- version : ${{ matrix.typst-version.tytanic }}
29
+ tool : just,tytanic@${{ matrix.typst-version.tytanic }}
42
30
43
31
- name : Setup typst
44
32
id : setup-typst
You can’t perform that action at this time.
0 commit comments