[ci] Experiment with working-directory

This commit is contained in:
Hansung Kim
2023-10-23 00:02:01 -07:00
parent e3132398ba
commit a0e0a45a89
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ runs:
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-${{ inputs.toolchain }}
if [[ "${{ steps.rtl-build-id.outputs.cache-hit }}" != 'true' ]]; then
echo "Cache miss on ${{ inputs.group-key }}-${{ github.sha }}"
echo "Cache miss happened in: $PWD"
./.github/scripts/${{ inputs.build-script }} ${{ inputs.group-key }} ${{ inputs.build-type }}
else
echo "Cache hit do not rebuild RTL for ${{ inputs.group-key }}"