File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments