aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/build_interchange.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index 674bd5c1..3976ce4e 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -48,7 +48,8 @@ function get_dependencies {
# Install RapidWright
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
pushd ${RAPIDWRIGHT_PATH}
- make update_jars
+ ./gradlew updateJars --no-watch-fs
+ make compile
popd
fi
}