Merge pull request #8526 from Amulyam24/workflow-ppc

gha: fix artefacts build on ppc64le
This commit is contained in:
Amulya Meka 2023-11-30 15:00:06 +05:30 committed by GitHub
commit 3d5db65b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -52,6 +52,9 @@ jobs:
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: |
./tests/git-helper.sh "rebase-atop-of-the-latest-target-branch"

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 }}