File tree 3 files changed +12
-18
lines changed
3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 16
16
timeout-minutes : 10
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - run : cargo install --debug --git https://github.com/rikhuijzer/ jas
19
+ - run : cargo install --debug jas@0.3.0
20
20
- run : >
21
21
jas install
22
22
--gh rustsec/rustsec@cargo-audit/v0.21.2
@@ -30,12 +30,10 @@ jobs:
30
30
timeout-minutes : 10
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - run : cargo install --debug --git https://github.com/rikhuijzer/ jas
33
+ - run : cargo install --debug jas@0.3.0
34
34
- run : >
35
35
jas install
36
36
--gh EmbarkStudios/[email protected]
37
37
--sha 43c4a79c4b9fd1fcb3dddb305a1b4d8f7ac4a72accd61bb50a0b698789ca894c
38
- # Using GITHUB_TOKEN because the tests make lots of requests and may hit rate limits.
39
- env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- - run : cargo-deny check advisories
38
+ --gh-token ${{ secrets.GITHUB_TOKEN }}
39
+ - run : cargo-deny check advisories
Original file line number Diff line number Diff line change 28
28
with :
29
29
path : ~/.cache/typst
30
30
key : typst
31
- - run : cargo install --debug jas@0.2 .0
31
+ - run : cargo install --debug jas@0.3 .0
32
32
- run : >
33
33
jas install
34
34
37
37
- run : >
38
38
jas install
39
39
--url https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
40
- --sha abda8d77ce8309141f83ab8edf0596834087c52467f6badf376a6a2a4c87cf67
41
- - run : >
42
- jas install
43
- --url https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
40
+ --archive-filename ffmpeg
44
41
--archive-filename ffprobe
45
42
--sha abda8d77ce8309141f83ab8edf0596834087c52467f6badf376a6a2a4c87cf67
46
43
- run : |
59
56
timeout-minutes : 10
60
57
steps :
61
58
- uses : actions/checkout@v4
62
- - run : cargo install --debug --git https://github.com/rikhuijzer/ jas
59
+ - run : cargo install --debug jas@0.3.0
63
60
- run : >
64
61
jas install
65
62
Original file line number Diff line number Diff line change @@ -34,12 +34,11 @@ jobs:
34
34
- run : |
35
35
echo "DEEPINFRA_KEY=${{ secrets.DEEPINFRA_KEY }}" > keys.env
36
36
echo "GOOGLE_KEY=${{ secrets.GOOGLE_KEY }}" >> keys.env
37
- - run : cargo install --debug --git https://github.com/rikhuijzer/jas
38
- - run : |
39
- jas install --gh typst/[email protected] \
40
- --sha 7d214bfeffc2e585dc422d1a09d2b144969421281e8c7f5d784b65fc69b5673f
41
- env:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ -
run :
cargo install --debug [email protected]
38
+ - run : >
39
+ jas install --gh typst/[email protected]
40
+ --sha 7d214bfeffc2e585dc422d1a09d2b144969421281e8c7f5d784b65fc69b5673f
41
+ --gh-token ${{ secrets.GITHUB_TOKEN }}
43
42
- run : |
44
43
mkdir _public
45
44
echo "<html><body><h1>Home page for the examples</h1></body></html>" > _public/index.html
You can’t perform that action at this time.
0 commit comments