Skip to content

Commit

Permalink
hotfix: ARM ci permission workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Jul 15, 2024
1 parent dcfb464 commit 598e33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
needs: [build]
runs-on: ${{ github.event.pull_request.user.login || github.actor }}-arm
steps:
# permission kludge before checkout, see https://github.com/actions/checkout/issues/211#issuecomment-611986243
- run: sudo chown -R $USER:$USER /home/ubuntu/
- uses: actions/checkout@v4
with: { ref: "${{ env.GIT_COMMIT }}" }
- uses: ./.github/ci-setup-action
Expand Down

0 comments on commit 598e33d

Please sign in to comment.