[ci] Fix access to REMOTE_CHIPYARD_DIR
This commit is contained in:
2
.github/actions/prepare-gpu/action.yml
vendored
2
.github/actions/prepare-gpu/action.yml
vendored
@@ -20,7 +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
|
||||
cd ${{ env.REMOTE_WORK_DIR }}
|
||||
echo $PWD
|
||||
./scripts/init-submodules-no-riscv-tools.sh --force
|
||||
shell: bash -leo pipefail {0}
|
||||
|
||||
Reference in New Issue
Block a user