[ci] Test CI with different REMOTE_CHIPYARD_DIR than local

This commit is contained in:
Hansung Kim
2023-10-22 14:59:38 -07:00
parent e113d8dc3f
commit c35a1121da
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ runs:
- name: Init submodules to ensure stimuli is located
run: |
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-${{ inputs.toolchain }}
cd $REMOTE_CHIPYARD_DIR
./scripts/init-submodules-no-riscv-tools.sh --force
shell: bash -leo pipefail {0}