[ci] Attempt cd'ing in a step
This commit is contained in:
4
.github/actions/prepare-rtl/action.yml
vendored
4
.github/actions/prepare-rtl/action.yml
vendored
@@ -21,6 +21,10 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: cd into remote
|
||||
run: |
|
||||
cd "${{ env.REMOTE_WORK_DIR }}"
|
||||
|
||||
- uses: actions/cache@v3
|
||||
id: rtl-build-id
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user