gha: fix artefacts build on ppc64le

Add step in the right place to prepare the runner for the builds/tests.

Fixes: #8525

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
Amulyam24
2023-11-29 12:17:04 +05:30
parent 891f488ee3
commit 6a922f0e37
2 changed files with 3 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ jobs:
with:
ref: ${{ inputs.commit-hash }}
fetch-depth: 0 # This is needed in order to keep the commit ids history
- name: Prepare the self-hosted runner
run: ${HOME}/scripts/prepare_runner.sh
- name: Rebase atop of the latest target branch
run: |

View File

@@ -30,9 +30,6 @@ jobs:
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- name: Prepare the self-hosted runner
run: ${HOME}/scripts/prepare_runner.sh
- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit-hash }}