From 3435982c50b3c4912dfba3c4b7a642ea8b951778 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Tue, 15 Feb 2022 11:20:39 -0800 Subject: [PATCH] Fix skip-validate --- .github/actions/run-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index d74b18af..05cc6498 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -17,7 +17,7 @@ runs: using: "composite" steps: - name: Init submodules (since only the RTL is cached) - run: ./scripts/init-submodules-no-riscv-tools.sh + run: ./scripts/init-submodules-no-riscv-tools.sh --skip-validate shell: bash # Note: You shouldn't need the other inputs since it shouldn't build RTL from scratch