File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 26
26
POSTGRES_VERSION : 16
27
27
# renovate: datasource=pypi depName=zizmor
28
28
ZIZMOR_VERSION : 1.9.0
29
+ # renovate: datasource=github-releases depName=typst/typst versioning=semver
30
+ TYPST_VERSION : 0.13.1
29
31
30
32
jobs :
31
33
changed-files :
@@ -167,6 +169,14 @@ jobs:
167
169
# Remove the Android SDK to free up space
168
170
- run : sudo rm -rf /usr/local/lib/android
169
171
172
+ - name : Install Typst
173
+ run : |
174
+ wget -q "https://github.com/typst/typst/releases/download/v${TYPST_VERSION}/typst-x86_64-unknown-linux-musl.tar.xz"
175
+ tar -xf "typst-x86_64-unknown-linux-musl.tar.xz"
176
+ sudo mv "typst-x86_64-unknown-linux-musl/typst" /usr/local/bin/
177
+ rm -rf "typst-x86_64-unknown-linux-musl" "typst-x86_64-unknown-linux-musl.tar.xz"
178
+ typst --version
179
+
170
180
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
171
181
with :
172
182
save-if : ${{ github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments