Skip to content

Commit

Permalink
Try to fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed May 22, 2024
1 parent 735133a commit 6bfb99c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Typstry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ include("strings.jl")

export Mode, Typst, TypstString, @typst_str, julia_mono, code, markup, math, show_typst, typst_text

@compile_workload for (x, _) in examples
typst"\(x)"
@compile_workload begin
for (x, _) in examples
typst"\(x)"
end
end

end # module

0 comments on commit 6bfb99c

Please sign in to comment.