Skip to content

Commit af34b5d

Browse files
committed
Make bisect aware of nightlies repository
1 parent 01f58f7 commit af34b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/bisect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ object ValidationScript:
133133
def tmpScalaCliScript(command: String, args: Seq[String]): File = tmpScript(s"""
134134
|#!/usr/bin/env bash
135135
|export JAVA_HOME=${sys.props("java.home")}
136-
|scala-cli ${command} -S "$$1" --server=false ${args.mkString(" ")}
136+
|scala-cli ${command} --repository=https://repo.scala-lang.org/artifactory/maven-nightlies/ -S "$$1" --server=false ${args.mkString(" ")}
137137
|""".stripMargin
138138
)
139139

0 commit comments

Comments
 (0)