Skip to content

Commit fb521df

Browse files
committed
Update workflows with explicit scala version
Cross compilation errors otherwise
1 parent ed16f4f commit fb521df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
$CHISEL_FIRTOOL_PATH/firtool -version >> $GITHUB_STEP_SUMMARY
133133
echo \`\`\` >> $GITHUB_STEP_SUMMARY
134134
- name: Compile with Mill
135-
run: ./mill __.compile
135+
run: ./mill chisel[2.13.15].compile
136136

137137
mill3:
138138
name: compile scala-3 project with mill
@@ -188,7 +188,7 @@ jobs:
188188
- name: Check Build Script Formatting
189189
run: ./mill --meta-level 1 mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll sources
190190
- name: Check Source File Format
191-
run: ./mill __.checkFormat
191+
run: ./mill chisel[2.13.15].checkFormat
192192

193193
integration:
194194
name: Integration Tests

0 commit comments

Comments
 (0)