We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16f4f commit fb521dfCopy full SHA for fb521df
.github/workflows/test.yml
@@ -132,7 +132,7 @@ jobs:
132
$CHISEL_FIRTOOL_PATH/firtool -version >> $GITHUB_STEP_SUMMARY
133
echo \`\`\` >> $GITHUB_STEP_SUMMARY
134
- name: Compile with Mill
135
- run: ./mill __.compile
+ run: ./mill chisel[2.13.15].compile
136
137
mill3:
138
name: compile scala-3 project with mill
@@ -188,7 +188,7 @@ jobs:
188
- name: Check Build Script Formatting
189
run: ./mill --meta-level 1 mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll sources
190
- name: Check Source File Format
191
- run: ./mill __.checkFormat
+ run: ./mill chisel[2.13.15].checkFormat
192
193
integration:
194
name: Integration Tests
0 commit comments