Skip to content

Commit 725a184

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 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
@@ -221,7 +221,7 @@ jobs:
221221
dir=$(dirname $(which firtool))
222222
echo "CHISEL_FIRTOOL_PATH=$dir" >> "$GITHUB_ENV"
223223
- name: Integration Tests
224-
run: ./mill -j0 integrationTests[_].test
224+
run: ./mill -j0 integrationTests[2.13.15].test
225225

226226
# Currently just a sanity check that the benchmarking flow works
227227
benchmark:

0 commit comments

Comments
 (0)