diff --git a/.github/actions/prepare-rtl/action.yml b/.github/actions/prepare-rtl/action.yml index 1a3463e8..bbd8d56f 100644 --- a/.github/actions/prepare-rtl/action.yml +++ b/.github/actions/prepare-rtl/action.yml @@ -24,6 +24,7 @@ runs: - name: cd into remote run: | cd "${{ env.REMOTE_WORK_DIR }}" + shell: bash -leo pipefail {0} - uses: actions/cache@v3 id: rtl-build-id