Skip to content

Commit

Permalink
fix generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Apr 23, 2024
1 parent f02f6d1 commit 7a8486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
dir=$(dirname "$0")
julia +1.10 --project="$dir" -e 'using Pkg; Pkg.instantiate()'
julia +1.10 --project="$dir" -t auto "$dir/generator.jl"
julia --project="$dir" -e 'using Pkg; Pkg.instantiate()'
julia --project="$dir" -t auto "$dir/generator.jl"

0 comments on commit 7a8486a

Please sign in to comment.