Skip to content

Commit

Permalink
Chore/Bump typst version
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowNumber committed Apr 13, 2024
1 parent c12ea1b commit dd7c289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.9.0'
version: 'v0.11.0'
- name: Make file executable
run: chmod +x scripts/build # Add this step
- run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while :; do
done


TYPST_VERSION="v0.9.0"
TYPST_VERSION="v0.11.0"
TYPST_BASE_URL="https://github.com/typst/typst/releases/download"
TYPST_ARCHIVE="typst-x86_64-unknown-linux-musl.tar.xz"

Expand Down

0 comments on commit dd7c289

Please sign in to comment.