Mockup self-hosted runners + Bugfix run-tests by init-submods
This commit is contained in:
4
.github/actions/run-tests/action.yml
vendored
4
.github/actions/run-tests/action.yml
vendored
@@ -20,6 +20,10 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Init submodules (since only the RTL is cached)
|
||||
run: ./scripts/init-submodules-no-riscv-tools.sh
|
||||
shell: bash
|
||||
|
||||
- name: Build toolchain
|
||||
uses: ./.github/actions/toolchain-build
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user