Fix skip-validate

This commit is contained in:
abejgonzalez
2022-02-15 11:20:39 -08:00
parent fcb1881942
commit 3435982c50

View File

@@ -17,7 +17,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Init submodules (since only the RTL is cached) - 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 shell: bash
# Note: You shouldn't need the other inputs since it shouldn't build RTL from scratch # Note: You shouldn't need the other inputs since it shouldn't build RTL from scratch