Skip to content

Commit

Permalink
Update engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
sitandr committed Oct 4, 2024
1 parent 469f980 commit 6c31702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
curl -sSL https://github.com/sitandr/mdbook-typst-highlight/releases/download/v0.2.4/mdbook-typst-highlight-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=.
- name: Install typst
run: |
curl -sSL https://github.com/typst/typst/releases/download/v0.11.1/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ --directory=.
curl -sSL https://github.com/typst/typst/releases/download/v0.12.0-rc1/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ --directory=.
mv typst-x86_64-unknown-linux-musl/typst .
echo `pwd` >> $GITHUB_PATH
- name: Setup Pages
Expand Down

0 comments on commit 6c31702

Please sign in to comment.