mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
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:
@@ -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: |
|
||||
|
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user