Skip to content

Commit 3269a22

Browse files
Fix temporary mill launcher (#699)
Not sure why I had added this. Locally, this makes the scala-cli-based compile stuff in build try to use the scala-cli script at the root of the sources, and fail (as it needs the native-image to be built).
1 parent bfc1b2c commit 3269a22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mill

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ elif [[ "$cache_dest" == *.zip ]]; then
187187
fi
188188

189189
eval "$(cs java --env --jvm temurin:17 || cs java --env --jvm openjdk:1.17.0)"
190-
export PATH=".:$PATH"
191-
192190

193191

194192
init_mill_jvm_opts

0 commit comments

Comments
 (0)