[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:
|
||||
|
||||
1
.github/workflows/chipyard-run-tests-gpu.yml
vendored
1
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -161,7 +161,6 @@ jobs:
|
||||
- name: Prepare GPU binaries
|
||||
uses: ./.github/actions/prepare-gpu
|
||||
- name: Build RTL on self-hosted
|
||||
working-directory: ${{ env.REMOTE_WORK_DIR }}
|
||||
uses: ./.github/actions/prepare-rtl
|
||||
with:
|
||||
group-key: "group-gpu"
|
||||
|
||||
Reference in New Issue
Block a user