Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jan 16, 2025
1 parent ec28a01 commit 14e1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_sys_image
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ touch *.jl # make sure all modules get recompiled in the next step
cd ..
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers"
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using TestEnv; TestEnv.activate(); using ControlPlots, NativeFileDialog"
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using Pkg; Pkg.resolve()"
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using Pkg; Pkg.update()"

0 comments on commit 14e1248

Please sign in to comment.