Skip to content

Commit

Permalink
Fix precompile script
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a9fade)
  • Loading branch information
visr committed Mar 5, 2024
1 parent b773aac commit 78ea775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

using Ribasim

toml_path = normpath(@__DIR__, "../../generated_testmodels/basic/ribasim.toml")
Ribasim.main(toml_path)
toml_path = normpath(@__DIR__, "../generated_testmodels/basic/ribasim.toml")
@assert Ribasim.main(toml_path) == 0

0 comments on commit 78ea775

Please sign in to comment.