Merge pull request #1119 from ucb-bar/skip-val-fix

Fix skip-validate
This commit is contained in:
Abraham Gonzalez
2022-02-15 16:57:22 -08:00
committed by GitHub

View File

@@ -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