[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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: cd into remote
|
||||||
|
run: |
|
||||||
|
cd "${{ env.REMOTE_WORK_DIR }}"
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: rtl-build-id
|
id: rtl-build-id
|
||||||
with:
|
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
|
- name: Prepare GPU binaries
|
||||||
uses: ./.github/actions/prepare-gpu
|
uses: ./.github/actions/prepare-gpu
|
||||||
- name: Build RTL on self-hosted
|
- name: Build RTL on self-hosted
|
||||||
working-directory: ${{ env.REMOTE_WORK_DIR }}
|
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
group-key: "group-gpu"
|
group-key: "group-gpu"
|
||||||
|
|||||||
Reference in New Issue
Block a user