From 21f3865ec6470518a98b49b41732ca47fa8085da Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 14 Dec 2021 17:29:40 -0800 Subject: [PATCH] Remove firrtl-interpreter and treadle from GH actions check-commit script --- .github/scripts/check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check-commit.sh b/.github/scripts/check-commit.sh index 87b27ea7..e056921d 100755 --- a/.github/scripts/check-commit.sh +++ b/.github/scripts/check-commit.sh @@ -89,7 +89,7 @@ else fi search -submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "rocket-dsp-utils" "firrtl-interpreter" "torture" "treadle") +submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "rocket-dsp-utils" "torture") dir="tools" if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ] then