[ci] Attempt cd'ing in a step

This commit is contained in:
Hansung Kim
2023-10-23 00:04:58 -07:00
parent a0e0a45a89
commit 2ef343e75d
2 changed files with 4 additions and 1 deletions

View File

@@ -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:

View File

@@ -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"