Skip to content

Commit e32d15d

Browse files
committed
Fix windows CI
1 parent 4b74afb commit e32d15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
uses: actions/checkout@v2
182182

183183
- name: Test
184-
run: sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test"
184+
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
185185
shell: cmd
186186

187187
- name: Scala.js Test

compiler/test/dotty/tools/scripting/ClasspathTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ClasspathTests:
8888

8989

9090
//////////////// end of tests ////////////////
91-
lazy val cwd = Paths.get(".").toAbsolutePath
91+
lazy val cwd = Paths.get(".").toAbsolutePath.normalize
9292
lazy val wildcardEntry = "dist/target/pack/lib/*"
9393

9494
def listJars(dir: String) =

0 commit comments

Comments
 (0)