summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiuyang Liu2021-07-11 01:59:41 +0800
committerJiuyang Liu2021-07-13 04:49:07 +0800
commit0d4bfbccd8b31230d16d3039429df7358970bf99 (patch)
treeed55b70f8eb39fabdb28cc83a9f9e79fccb8fbf2
parentea7630bf12f8da0a4150386b95539a177940bd68 (diff)
fix for GitHub Action missing ivy FIRRTL.
-rw-r--r--build.sbt6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index cc4dee41..1a47d7c1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,11 @@ lazy val chisel = (project in file(".")).
lazy val noPluginTests = (project in file ("no-plugin-tests")).
dependsOn(chisel).
settings(commonSettings: _*).
- settings(chiselSettings: _*)
+ settings(chiselSettings: _*).
+ settings(Seq(
+ // Totally don't know why GitHub Action won't introduce FIRRTL to dependency.
+ libraryDependencies += defaultVersions("firrtl"),
+ ))
lazy val docs = project // new documentation project
.in(file("docs-target")) // important: it must not be docs/